#CF346D

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

Shades of Cerise #CF346D

Tints of Cerise #CF346D

Color information

#CF346D (or 0xCF346D) is unknown color: approx Cerise. HEX triplet: CF, 34 and 6D. RGB value is (207,52,109). Sum of RGB (Red+Green+Blue) = 207+52+109=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF346D is #30CB92. Grayscale: #686868. Windows color (decimal): -3197843 or 7156943. OLE color: 7156943.

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

Color convert

RGB20752109-
CMYK00.750.470.19
HSL337.94º61.75%50.78%-
HSV(B)337.94º74.88%81.18%-
XYZ29.7216.8316.15-
YUV104.84130.35200.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.25%
GREEN value IS 52 (20.70% from 255) = 14.13%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=56.25%
G=14.13%
B=29.62%

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
Decimal2075210900.750.470.19337.9461.7550.78
HexCF346D04B2F131523e33
Octal31764155011357235227663
Binary1100111111010011011010100101110111110011101010010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF346D; }

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

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

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

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

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

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

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

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