#CA3963

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

Shades of Cerise #CA3963

Tints of Cerise #CA3963

Color information

#CA3963 (or 0xCA3963) is unknown color: approx Cerise. HEX triplet: CA, 39 and 63. RGB value is (202,57,99). Sum of RGB (Red+Green+Blue) = 202+57+99=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3963 is #35C69C. Grayscale: #696969. Windows color (decimal): -3524253 or 6502858. OLE color: 6502858.

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

Color convert

RGB2025799-
CMYK00.720.510.21
HSL342.62º57.77%50.78%-
HSV(B)342.62º71.78%79.22%-
XYZ28.0716.3813.49-
YUV105.14124.54197.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.42%
GREEN value IS 57 (22.66% from 255) = 15.92%
BLUE value IS 99 (39.06% from 255) = 27.65%
R=56.42%
G=15.92%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202579900.720.510.21342.6257.7750.78
HexCA396304833151573a33
Octal31271143011063255277263
Binary1100101011100111000110100100011001110101101010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3963; }

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

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

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

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

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

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

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

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