#CA3969

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

Shades of Cerise #CA3969

Tints of Cerise #CA3969

Color information

#CA3969 (or 0xCA3969) is unknown color: approx Cerise. HEX triplet: CA, 39 and 69. RGB value is (202,57,105). Sum of RGB (Red+Green+Blue) = 202+57+105=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3969 is #35C696. Grayscale: #696969. Windows color (decimal): -3524247 or 6896074. OLE color: 6896074.

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

Color convert

RGB20257105-
CMYK00.720.480.21
HSL340.14º57.77%50.78%-
HSV(B)340.14º71.78%79.22%-
XYZ28.3716.515.05-
YUV105.83127.54196.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 57 (22.66% from 255) = 15.66%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=55.49%
G=15.66%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025710500.720.480.21340.1457.7750.78
HexCA396904830151543a33
Octal31271151011060255247263
Binary1100101011100111010010100100011000010101101010100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3969; }

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

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

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

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

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

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

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

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