#CF346B

Color #CF346B Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #CF346B

Tints of Cerise #CF346B

Color information

#CF346B (or 0xCF346B) is unknown color: approx Cerise. HEX triplet: CF, 34 and 6B. RGB value is (207,52,107). Sum of RGB (Red+Green+Blue) = 207+52+107=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF346B is #30CB94. Grayscale: #686868. Windows color (decimal): -3197845 or 7025871. OLE color: 7025871.

HSL color Cylindrical-coordinate representation of color #CF346B: hue angle of 338.71º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF346B is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB20752107-
CMYK00.750.480.19
HSL338.71º61.75%50.78%-
HSV(B)338.71º74.88%81.18%-
XYZ29.6116.7815.59-
YUV104.62129.35201.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 56.56%
GREEN value IS 52 (20.70% from 255) = 14.21%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=56.56%
G=14.21%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075210700.750.480.19338.7161.7550.78
HexCF346B04B30131533e33
Octal31764153011360235237663
Binary1100111111010011010110100101111000010011101010011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF346B; }

 p { color: rgb(207,52,107); }

 H1.HeaderClassName
 {
   color: #CF346B;
 }
 .AnyTagClassName
 {
   color: #CF346B;
 }
</style>
background-color css

<style>
 a { background-color: #CF346B; }

 a { background-color: rgb(207,52,107); }

 div.DivClassName
 {
   background-color: #CF346B;
 }
 .BgClassName
 {
   background-color: #CF346B;
 }
</style>
border-color css

<style>
 span { border-color: #CF346B; }

 span { border-color: rgb(207,52,107); }

 td.TdClassName
 {
   border-color: #CF346B;
 }
 .TagClassName
 {
   border-color: #CF346B;
 }
</style>