#CA256C

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

Shades of Cerise #CA256C

Tints of Cerise #CA256C

Color information

#CA256C (or 0xCA256C) is unknown color: approx Cerise. HEX triplet: CA, 25 and 6C. RGB value is (202,37,108). Sum of RGB (Red+Green+Blue) = 202+37+108=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA256C is #35DA93. Grayscale: #5E5E5E. Windows color (decimal): -3529364 or 7087562. OLE color: 7087562.

HSL color Cylindrical-coordinate representation of color #CA256C: hue angle of 334.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA256C is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB20237108-
CMYK00.820.470.21
HSL334.18º69.04%46.86%-
HSV(B)334.18º81.68%79.22%-
XYZ27.7314.9615.61-
YUV94.43135.66204.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.21%
GREEN value IS 37 (14.84% from 255) = 10.66%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=58.21%
G=10.66%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023710800.820.470.21334.1869.0446.86
HexCA256C0522F1514e452f
Octal312451540122572551610557
Binary11001010100101110110001010010101111101011010011101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA256C; }

 p { color: rgb(202,37,108); }

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

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

 a { background-color: rgb(202,37,108); }

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

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

 span { border-color: rgb(202,37,108); }

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