#CA2C6A

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

Shades of Cerise #CA2C6A

Tints of Cerise #CA2C6A

Color information

#CA2C6A (or 0xCA2C6A) is unknown color: approx Cerise. HEX triplet: CA, 2C and 6A. RGB value is (202,44,106). Sum of RGB (Red+Green+Blue) = 202+44+106=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2C6A is #35D395. Grayscale: #626262. Windows color (decimal): -3527574 or 6958282. OLE color: 6958282.

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

Color convert

RGB20244106-
CMYK00.780.480.21
HSL336.46º64.23%48.24%-
HSV(B)336.46º78.22%79.22%-
XYZ27.8615.415.14-
YUV98.31132.35201.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 44 (17.58% from 255) = 12.5%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=57.39%
G=12.5%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024410600.780.480.21336.4664.2348.24
HexCA2C6A04E30151504030
Octal312541520116602552010060
Binary11001010101100110101001001110110000101011010100001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C6A; }

 p { color: rgb(202,44,106); }

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

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

 a { background-color: rgb(202,44,106); }

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

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

 span { border-color: rgb(202,44,106); }

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