#CA2169

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

Shades of Cerise #CA2169

Tints of Cerise #CA2169

Color information

#CA2169 (or 0xCA2169) is unknown color: approx Cerise. HEX triplet: CA, 21 and 69. RGB value is (202,33,105). Sum of RGB (Red+Green+Blue) = 202+33+105=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2169 is #35DE96. Grayscale: #5B5B5B. Windows color (decimal): -3530391 or 6889930. OLE color: 6889930.

HSL color Cylindrical-coordinate representation of color #CA2169: hue angle of 334.44º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2169 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB20233105-
CMYK00.840.480.21
HSL334.44º71.91%46.08%-
HSV(B)334.44º83.66%79.22%-
XYZ27.4514.6614.75-
YUV91.74135.49206.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.41%
GREEN value IS 33 (13.28% from 255) = 9.71%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=59.41%
G=9.71%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023310500.840.480.21334.4471.9146.08
HexCA2169054301514e482e
Octal312411510124602551611056
Binary11001010100001110100101010100110000101011010011101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2169; }

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

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

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

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

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

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

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

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