#CA356B

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

Shades of Cerise #CA356B

Tints of Cerise #CA356B

Color information

#CA356B (or 0xCA356B) is unknown color: approx Cerise. HEX triplet: CA, 35 and 6B. RGB value is (202,53,107). Sum of RGB (Red+Green+Blue) = 202+53+107=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA356B is #35CA94. Grayscale: #676767. Windows color (decimal): -3525269 or 7026122. OLE color: 7026122.

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

Color convert

RGB20253107-
CMYK00.740.470.21
HSL338.26º58.43%50%-
HSV(B)338.26º73.76%79.22%-
XYZ28.2816.1615.54-
YUV103.71129.86198.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.80%
GREEN value IS 53 (21.09% from 255) = 14.64%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=55.80%
G=14.64%
B=29.56%

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
Decimal2025310700.740.470.21338.2658.4350
HexCA356B04A2F151523a32
Octal31265153011257255227262
Binary1100101011010111010110100101010111110101101010010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA356B; }

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

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

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

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

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

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

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

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