#CA3870

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

Shades of Cerise #CA3870

Tints of Cerise #CA3870

Color information

#CA3870 (or 0xCA3870) is unknown color: approx Cerise. HEX triplet: CA, 38 and 70. RGB value is (202,56,112). Sum of RGB (Red+Green+Blue) = 202+56+112=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3870 is #35C78F. Grayscale: #696969. Windows color (decimal): -3524496 or 7354570. OLE color: 7354570.

HSL color Cylindrical-coordinate representation of color #CA3870: hue angle of 336.99º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3870 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB20256112-
CMYK00.720.450.21
HSL336.99º57.94%50.59%-
HSV(B)336.99º72.28%79.22%-
XYZ28.716.5517.01-
YUV106.04131.37196.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.59%
GREEN value IS 56 (22.27% from 255) = 15.14%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=54.59%
G=15.14%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025611200.720.450.21336.9957.9450.59
HexCA38700482D151513a33
Octal31270160011055255217263
Binary1100101011100011100000100100010110110101101010001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3870; }

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

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

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

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

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

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

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

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