#CA2870

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

Shades of Cerise #CA2870

Tints of Cerise #CA2870

Color information

#CA2870 (or 0xCA2870) is unknown color: approx Cerise. HEX triplet: CA, 28 and 70. RGB value is (202,40,112). Sum of RGB (Red+Green+Blue) = 202+40+112=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2870 is #35D78F. Grayscale: #606060. Windows color (decimal): -3528592 or 7350474. OLE color: 7350474.

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

Color convert

RGB20240112-
CMYK00.800.450.21
HSL333.33º66.94%47.45%-
HSV(B)333.33º80.2%79.22%-
XYZ28.0415.2416.79-
YUV96.65136.67203.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 40 (16.02% from 255) = 11.30%
BLUE value IS 112 (44.14% from 255) = 31.64%
R=57.06%
G=11.30%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024011200.800.450.21333.3366.9447.45
HexCA28700502D1514d432f
Octal312501600120552551510357
Binary11001010101000111000001010000101101101011010011011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2870; }

 p { color: rgb(202,40,112); }

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

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

 a { background-color: rgb(202,40,112); }

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

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

 span { border-color: rgb(202,40,112); }

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