#CA236E

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

Shades of Cerise #CA236E

Tints of Cerise #CA236E

Color information

#CA236E (or 0xCA236E) is unknown color: approx Cerise. HEX triplet: CA, 23 and 6E. RGB value is (202,35,110). Sum of RGB (Red+Green+Blue) = 202+35+110=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA236E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA236E is #35DC91. Grayscale: #5D5D5D. Windows color (decimal): -3529874 or 7218122. OLE color: 7218122.

HSL color Cylindrical-coordinate representation of color #CA236E: hue angle of 333.05º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA236E is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB20235110-
CMYK00.830.460.21
HSL333.05º70.46%46.47%-
HSV(B)333.05º82.67%79.22%-
XYZ27.7714.8816.16-
YUV93.48137.33205.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.21%
GREEN value IS 35 (14.06% from 255) = 10.09%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=58.21%
G=10.09%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023511000.830.460.21333.0570.4646.47
HexCA236E0532E1514d462e
Octal312431560123562551510656
Binary11001010100011110111001010011101110101011010011011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA236E; }

 p { color: rgb(202,35,110); }

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

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

 a { background-color: rgb(202,35,110); }

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

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

 span { border-color: rgb(202,35,110); }

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