#C42666

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

Shades of Cerise #C42666

Tints of Cerise #C42666

Color information

#C42666 (or 0xC42666) is unknown color: approx Cerise. HEX triplet: C4, 26 and 66. RGB value is (196,38,102). Sum of RGB (Red+Green+Blue) = 196+38+102=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C42666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42666 is #3BD999. Grayscale: #5C5C5C. Windows color (decimal): -3922330 or 6694596. OLE color: 6694596.

HSL color Cylindrical-coordinate representation of color #C42666: hue angle of 335.7º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42666 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB19638102-
CMYK00.810.480.23
HSL335.7º67.52%45.88%-
HSV(B)335.7º80.61%76.86%-
XYZ25.8614.0813.93-
YUV92.54133.35201.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.33%
GREEN value IS 38 (15.23% from 255) = 11.31%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=58.33%
G=11.31%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963810200.810.480.23335.767.5245.88
HexC426660513017150442e
Octal304461460121602752010456
Binary11000100100110110011001010001110000101111010100001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42666; }

 p { color: rgb(196,38,102); }

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

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

 a { background-color: rgb(196,38,102); }

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

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

 span { border-color: rgb(196,38,102); }

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