#C4286A

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

Shades of Cerise #C4286A

Tints of Cerise #C4286A

Color information

#C4286A (or 0xC4286A) is unknown color: approx Cerise. HEX triplet: C4, 28 and 6A. RGB value is (196,40,106). Sum of RGB (Red+Green+Blue) = 196+40+106=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4286A is #3BD795. Grayscale: #5E5E5E. Windows color (decimal): -3921814 or 6957252. OLE color: 6957252.

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

Color convert

RGB19640106-
CMYK00.800.460.23
HSL334.62º66.1%46.27%-
HSV(B)334.62º79.59%76.86%-
XYZ26.1314.2915.02-
YUV94.17134.68200.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.31%
GREEN value IS 40 (16.02% from 255) = 11.70%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=57.31%
G=11.70%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964010600.800.460.23334.6266.146.27
HexC4286A0502E1714f422e
Octal304501520120562751710256
Binary11000100101000110101001010000101110101111010011111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4286A; }

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

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

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

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

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

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

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

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