#CF346E

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

Shades of Cerise #CF346E

Tints of Cerise #CF346E

Color information

#CF346E (or 0xCF346E) is unknown color: approx Cerise. HEX triplet: CF, 34 and 6E. RGB value is (207,52,110). Sum of RGB (Red+Green+Blue) = 207+52+110=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF346E is #30CB91. Grayscale: #686868. Windows color (decimal): -3197842 or 7222479. OLE color: 7222479.

HSL color Cylindrical-coordinate representation of color #CF346E: hue angle of 337.55º 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 #CF346E is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB20752110-
CMYK00.750.470.19
HSL337.55º61.75%50.78%-
HSV(B)337.55º74.88%81.18%-
XYZ29.7716.8516.43-
YUV104.96130.85200.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.10%
GREEN value IS 52 (20.70% from 255) = 14.09%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=56.10%
G=14.09%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075211000.750.470.19337.5561.7550.78
HexCF346E04B2F131523e33
Octal31764156011357235227663
Binary1100111111010011011100100101110111110011101010010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF346E; }

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

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

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

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

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

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

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

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