#CA3164

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

Shades of Cerise #CA3164

Tints of Cerise #CA3164

Color information

#CA3164 (or 0xCA3164) is unknown color: approx Cerise. HEX triplet: CA, 31 and 64. RGB value is (202,49,100). Sum of RGB (Red+Green+Blue) = 202+49+100=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3164 is #35CE9B. Grayscale: #646464. Windows color (decimal): -3526300 or 6566346. OLE color: 6566346.

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

Color convert

RGB20249100-
CMYK00.760.500.21
HSL340º60.96%49.22%-
HSV(B)340º75.74%79.22%-
XYZ27.7615.6713.62-
YUV100.56127.69200.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 49 (19.53% from 255) = 13.96%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=57.55%
G=13.96%
B=28.49%

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
Decimal2024910000.760.500.2134060.9649.22
HexCA316404C32151543d31
Octal31261144011462255247561
Binary1100101011000111001000100110011001010101101010100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3164; }

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

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

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

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

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

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

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

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