#CA376C

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

Shades of Cerise #CA376C

Tints of Cerise #CA376C

Color information

#CA376C (or 0xCA376C) is unknown color: approx Cerise. HEX triplet: CA, 37 and 6C. RGB value is (202,55,108). Sum of RGB (Red+Green+Blue) = 202+55+108=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA376C is #35C893. Grayscale: #686868. Windows color (decimal): -3524756 or 7092170. OLE color: 7092170.

HSL color Cylindrical-coordinate representation of color #CA376C: hue angle of 338.37º 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 #CA376C is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB20255108-
CMYK00.730.470.21
HSL338.37º58.1%50.39%-
HSV(B)338.37º72.77%79.22%-
XYZ28.4316.3715.85-
YUV104.99129.7197.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 55 (21.88% from 255) = 15.07%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=55.34%
G=15.07%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025510800.730.470.21338.3758.150.39
HexCA376C0492F151523a32
Octal31267154011157255227262
Binary1100101011011111011000100100110111110101101010010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA376C; }

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

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

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

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

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

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

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

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