#CA3166

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

Shades of Cerise #CA3166

Tints of Cerise #CA3166

Color information

#CA3166 (or 0xCA3166) is unknown color: approx Cerise. HEX triplet: CA, 31 and 66. RGB value is (202,49,102). Sum of RGB (Red+Green+Blue) = 202+49+102=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3166 is #35CE99. Grayscale: #646464. Windows color (decimal): -3526298 or 6697418. OLE color: 6697418.

HSL color Cylindrical-coordinate representation of color #CA3166: hue angle of 339.22º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3166 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB20249102-
CMYK00.760.500.21
HSL339.22º60.96%49.22%-
HSV(B)339.22º75.74%79.22%-
XYZ27.8515.7114.14-
YUV100.79128.69200.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 49 (19.53% from 255) = 13.88%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=57.22%
G=13.88%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024910200.760.500.21339.2260.9649.22
HexCA316604C32151533d31
Octal31261146011462255237561
Binary1100101011000111001100100110011001010101101010011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3166; }

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

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

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

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

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

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

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

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