#CA356C

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

Shades of Cerise #CA356C

Tints of Cerise #CA356C

Color information

#CA356C (or 0xCA356C) is unknown color: approx Cerise. HEX triplet: CA, 35 and 6C. RGB value is (202,53,108). Sum of RGB (Red+Green+Blue) = 202+53+108=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA356C is #35CA93. Grayscale: #676767. Windows color (decimal): -3525268 or 7091658. OLE color: 7091658.

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

Color convert

RGB20253108-
CMYK00.740.470.21
HSL337.85º58.43%50%-
HSV(B)337.85º73.76%79.22%-
XYZ28.3416.1915.82-
YUV103.82130.36198.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.65%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=55.65%
G=14.60%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025310800.740.470.21337.8558.4350
HexCA356C04A2F151523a32
Octal31265154011257255227262
Binary1100101011010111011000100101010111110101101010010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA356C; }

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

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

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

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

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

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

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

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