#CA3565

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

Shades of Cerise #CA3565

Tints of Cerise #CA3565

Color information

#CA3565 (or 0xCA3565) is unknown color: approx Cerise. HEX triplet: CA, 35 and 65. RGB value is (202,53,101). Sum of RGB (Red+Green+Blue) = 202+53+101=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3565 is #35CA9A. Grayscale: #666666. Windows color (decimal): -3525275 or 6632906. OLE color: 6632906.

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

Color convert

RGB20253101-
CMYK00.740.500.21
HSL340.67º58.43%50%-
HSV(B)340.67º73.76%79.22%-
XYZ27.9816.0413.93-
YUV103.02126.86198.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.74%
GREEN value IS 53 (21.09% from 255) = 14.89%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=56.74%
G=14.89%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025310100.740.500.21340.6758.4350
HexCA356504A32151553a32
Octal31265145011262255257262
Binary1100101011010111001010100101011001010101101010101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3565; }

 p { color: rgb(202,53,101); }

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

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

 a { background-color: rgb(202,53,101); }

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

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

 span { border-color: rgb(202,53,101); }

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