#CA2166

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

Shades of Cerise #CA2166

Tints of Cerise #CA2166

Color information

#CA2166 (or 0xCA2166) is unknown color: approx Cerise. HEX triplet: CA, 21 and 66. RGB value is (202,33,102). Sum of RGB (Red+Green+Blue) = 202+33+102=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2166 is #35DE99. Grayscale: #5B5B5B. Windows color (decimal): -3530394 or 6693322. OLE color: 6693322.

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

Color convert

RGB20233102-
CMYK00.840.500.21
HSL335.5º71.91%46.08%-
HSV(B)335.5º83.66%79.22%-
XYZ27.314.613.95-
YUV91.4133.99206.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.94%
GREEN value IS 33 (13.28% from 255) = 9.79%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=59.94%
G=9.79%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023310200.840.500.21335.571.9146.08
HexCA21660543215150482e
Octal312411460124622552011056
Binary11001010100001110011001010100110010101011010100001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2166; }

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

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

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

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

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

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

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

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