#CA2D66

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

Shades of Cerise #CA2D66

Tints of Cerise #CA2D66

Color information

#CA2D66 (or 0xCA2D66) is unknown color: approx Cerise. HEX triplet: CA, 2D and 66. RGB value is (202,45,102). Sum of RGB (Red+Green+Blue) = 202+45+102=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D66 is #35D299. Grayscale: #626262. Windows color (decimal): -3527322 or 6696394. OLE color: 6696394.

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

Color convert

RGB20245102-
CMYK00.780.500.21
HSL338.22º63.56%48.43%-
HSV(B)338.22º77.72%79.22%-
XYZ27.6915.3914.08-
YUV98.44130.01201.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.88%
GREEN value IS 45 (17.97% from 255) = 12.89%
BLUE value IS 102 (40.23% from 255) = 29.23%
R=57.88%
G=12.89%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024510200.780.500.21338.2263.5648.43
HexCA2D6604E32151524030
Octal312551460116622552210060
Binary11001010101101110011001001110110010101011010100101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2D66; }

 p { color: rgb(202,45,102); }

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

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

 a { background-color: rgb(202,45,102); }

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

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

 span { border-color: rgb(202,45,102); }

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