#CF3064

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

Shades of Cerise #CF3064

Tints of Cerise #CF3064

Color information

#CF3064 (or 0xCF3064) is unknown color: approx Cerise. HEX triplet: CF, 30 and 64. RGB value is (207,48,100). Sum of RGB (Red+Green+Blue) = 207+48+100=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3064 is #30CF9B. Grayscale: #656565. Windows color (decimal): -3198876 or 6566095. OLE color: 6566095.

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

Color convert

RGB20748100-
CMYK00.770.520.19
HSL340.38º62.35%50%-
HSV(B)340.38º76.81%81.18%-
XYZ29.0916.313.67-
YUV101.47127.18203.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.31%
GREEN value IS 48 (19.14% from 255) = 13.52%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=58.31%
G=13.52%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074810000.770.520.19340.3862.3550
HexCF306404D34131543e32
Octal31760144011564235247662
Binary1100111111000011001000100110111010010011101010100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3064; }

 p { color: rgb(207,48,100); }

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

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

 a { background-color: rgb(207,48,100); }

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

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

 span { border-color: rgb(207,48,100); }

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