#CA2B6A

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

Shades of Cerise #CA2B6A

Tints of Cerise #CA2B6A

Color information

#CA2B6A (or 0xCA2B6A) is unknown color: approx Cerise. HEX triplet: CA, 2B and 6A. RGB value is (202,43,106). Sum of RGB (Red+Green+Blue) = 202+43+106=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2B6A is #35D495. Grayscale: #616161. Windows color (decimal): -3527830 or 6958026. OLE color: 6958026.

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

Color convert

RGB20243106-
CMYK00.790.480.21
HSL336.23º64.9%48.04%-
HSV(B)336.23º78.71%79.22%-
XYZ27.8215.3215.13-
YUV97.72132.68202.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 43 (17.19% from 255) = 12.25%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=57.55%
G=12.25%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024310600.790.480.21336.2364.948.04
HexCA2B6A04F30151504130
Octal312531520117602552010160
Binary11001010101011110101001001111110000101011010100001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2B6A; }

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

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

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

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

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

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

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

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