#CA2C69

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

Shades of Cerise #CA2C69

Tints of Cerise #CA2C69

Color information

#CA2C69 (or 0xCA2C69) is unknown color: approx Cerise. HEX triplet: CA, 2C and 69. RGB value is (202,44,105). Sum of RGB (Red+Green+Blue) = 202+44+105=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2C69 is #35D396. Grayscale: #626262. Windows color (decimal): -3527575 or 6892746. OLE color: 6892746.

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

Color convert

RGB20244105-
CMYK00.780.480.21
HSL336.84º64.23%48.24%-
HSV(B)336.84º78.22%79.22%-
XYZ27.8115.3814.87-
YUV98.2131.85202.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 44 (17.58% from 255) = 12.54%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=57.55%
G=12.54%
B=29.91%

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
Decimal2024410500.780.480.21336.8464.2348.24
HexCA2C6904E30151514030
Octal312541510116602552110060
Binary11001010101100110100101001110110000101011010100011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C69; }

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

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

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

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

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

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

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

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