#CA3770

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

Shades of Cerise #CA3770

Tints of Cerise #CA3770

Color information

#CA3770 (or 0xCA3770) is unknown color: approx Cerise. HEX triplet: CA, 37 and 70. RGB value is (202,55,112). Sum of RGB (Red+Green+Blue) = 202+55+112=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3770 is #35C88F. Grayscale: #696969. Windows color (decimal): -3524752 or 7354314. OLE color: 7354314.

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

Color convert

RGB20255112-
CMYK00.730.450.21
HSL336.73º58.1%50.39%-
HSV(B)336.73º72.77%79.22%-
XYZ28.6516.4617-
YUV105.45131.7196.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.74%
GREEN value IS 55 (21.88% from 255) = 14.91%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=54.74%
G=14.91%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025511200.730.450.21336.7358.150.39
HexCA37700492D151513a32
Octal31267160011155255217262
Binary1100101011011111100000100100110110110101101010001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3770; }

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

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

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

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

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

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

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

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