#CA3560

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

Shades of Cerise #CA3560

Tints of Cerise #CA3560

Color information

#CA3560 (or 0xCA3560) is unknown color: approx Cerise. HEX triplet: CA, 35 and 60. RGB value is (202,53,96). Sum of RGB (Red+Green+Blue) = 202+53+96=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3560 is #35CA9F. Grayscale: #666666. Windows color (decimal): -3525280 or 6305226. OLE color: 6305226.

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

Color convert

RGB2025396-
CMYK00.740.520.21
HSL342.68º58.43%50%-
HSV(B)342.68º73.76%79.22%-
XYZ27.7415.9512.68-
YUV102.45124.36199-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 53 (21.09% from 255) = 15.10%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=57.55%
G=15.10%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202539600.740.520.21342.6858.4350
HexCA356004A34151573a32
Octal31265140011264255277262
Binary1100101011010111000000100101011010010101101010111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3560; }

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

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

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

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

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

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

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

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