#CF3C6C

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

Shades of Cerise #CF3C6C

Tints of Cerise #CF3C6C

Color information

#CF3C6C (or 0xCF3C6C) is unknown color: approx Cerise. HEX triplet: CF, 3C and 6C. RGB value is (207,60,108). Sum of RGB (Red+Green+Blue) = 207+60+108=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3C6C is #30C393. Grayscale: #6D6D6D. Windows color (decimal): -3195796 or 7093455. OLE color: 7093455.

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

Color convert

RGB20760108-
CMYK00.710.480.19
HSL340.41º60.49%52.35%-
HSV(B)340.41º71.01%81.18%-
XYZ30.0517.5816-
YUV109.42127.2197.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.2%
GREEN value IS 60 (23.83% from 255) = 16%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=55.2%
G=16%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076010800.710.480.19340.4160.4952.35
HexCF3C6C04730131543c34
Octal31774154010760235247464
Binary1100111111110011011000100011111000010011101010100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3C6C; }

 p { color: rgb(207,60,108); }

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

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

 a { background-color: rgb(207,60,108); }

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

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

 span { border-color: rgb(207,60,108); }

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