#C4266A

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

Shades of Cerise #C4266A

Tints of Cerise #C4266A

Color information

#C4266A (or 0xC4266A) is unknown color: approx Cerise. HEX triplet: C4, 26 and 6A. RGB value is (196,38,106). Sum of RGB (Red+Green+Blue) = 196+38+106=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4266A is #3BD995. Grayscale: #5C5C5C. Windows color (decimal): -3922326 or 6956740. OLE color: 6956740.

HSL color Cylindrical-coordinate representation of color #C4266A: hue angle of 334.18º 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 #C4266A is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB19638106-
CMYK00.810.460.23
HSL334.18º67.52%45.88%-
HSV(B)334.18º80.61%76.86%-
XYZ26.0614.1615-
YUV92.99135.35201.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.65%
GREEN value IS 38 (15.23% from 255) = 11.18%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=57.65%
G=11.18%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963810600.810.460.23334.1867.5245.88
HexC4266A0512E1714e442e
Octal304461520121562751610456
Binary11000100100110110101001010001101110101111010011101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4266A; }

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

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

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

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

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

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

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

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