#CA3660

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

Shades of Cerise #CA3660

Tints of Cerise #CA3660

Color information

#CA3660 (or 0xCA3660) is unknown color: approx Cerise. HEX triplet: CA, 36 and 60. RGB value is (202,54,96). Sum of RGB (Red+Green+Blue) = 202+54+96=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3660 is #35C99F. Grayscale: #676767. Windows color (decimal): -3525024 or 6305482. OLE color: 6305482.

HSL color Cylindrical-coordinate representation of color #CA3660: hue angle of 342.97º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3660 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB2025496-
CMYK00.730.520.21
HSL342.97º58.27%50.2%-
HSV(B)342.97º73.27%79.22%-
XYZ27.7916.0412.7-
YUV103.04124.03198.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 54 (21.48% from 255) = 15.34%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=57.39%
G=15.34%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202549600.730.520.21342.9758.2750.2
HexCA366004934151573a32
Octal31266140011164255277262
Binary1100101011011011000000100100111010010101101010111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3660; }

 p { color: rgb(202,54,96); }

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

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

 a { background-color: rgb(202,54,96); }

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

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

 span { border-color: rgb(202,54,96); }

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