#CA3964

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

Shades of Cerise #CA3964

Tints of Cerise #CA3964

Color information

#CA3964 (or 0xCA3964) is unknown color: approx Cerise. HEX triplet: CA, 39 and 64. RGB value is (202,57,100). Sum of RGB (Red+Green+Blue) = 202+57+100=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3964 is #35C69B. Grayscale: #696969. Windows color (decimal): -3524252 or 6568394. OLE color: 6568394.

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

Color convert

RGB20257100-
CMYK00.720.500.21
HSL342.21º57.77%50.78%-
HSV(B)342.21º71.78%79.22%-
XYZ28.1216.413.74-
YUV105.26125.04197-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.27%
GREEN value IS 57 (22.66% from 255) = 15.88%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=56.27%
G=15.88%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025710000.720.500.21342.2157.7750.78
HexCA396404832151563a33
Octal31271144011062255267263
Binary1100101011100111001000100100011001010101101010110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3964; }

 p { color: rgb(202,57,100); }

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

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

 a { background-color: rgb(202,57,100); }

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

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

 span { border-color: rgb(202,57,100); }

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