#CA3962

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

Shades of Cerise #CA3962

Tints of Cerise #CA3962

Color information

#CA3962 (or 0xCA3962) is unknown color: approx Cerise. HEX triplet: CA, 39 and 62. RGB value is (202,57,98). Sum of RGB (Red+Green+Blue) = 202+57+98=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3962 is #35C69D. Grayscale: #696969. Windows color (decimal): -3524254 or 6437322. OLE color: 6437322.

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

Color convert

RGB2025798-
CMYK00.720.510.21
HSL343.03º57.77%50.78%-
HSV(B)343.03º71.78%79.22%-
XYZ28.0216.3613.24-
YUV105.03124.04197.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.58%
GREEN value IS 57 (22.66% from 255) = 15.97%
BLUE value IS 98 (38.67% from 255) = 27.45%
R=56.58%
G=15.97%
B=27.45%

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
Decimal202579800.720.510.21343.0357.7750.78
HexCA396204833151573a33
Octal31271142011063255277263
Binary1100101011100111000100100100011001110101101010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3962; }

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

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

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

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

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

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

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

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