#CA4D6E

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

Shades of Cabaret #CA4D6E

Tints of Cabaret #CA4D6E

Color information

#CA4D6E (or 0xCA4D6E) is unknown color: approx Cabaret. HEX triplet: CA, 4D and 6E. RGB value is (202,77,110). Sum of RGB (Red+Green+Blue) = 202+77+110=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D6E is #35B291. Grayscale: #767676. Windows color (decimal): -3519122 or 7228874. OLE color: 7228874.

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

Color convert

RGB20277110-
CMYK00.620.460.21
HSL344.16º54.11%54.71%-
HSV(B)344.16º61.88%79.22%-
XYZ29.8318.9916.85-
YUV118.14123.41187.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 77 (30.47% from 255) = 19.79%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=51.93%
G=19.79%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027711000.620.460.21344.1654.1154.71
HexCA4D6E03E2E151583637
Octal31211515607656255306667
Binary1100101010011011101110011111010111010101101011000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4D6E; }

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

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

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

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

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

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

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

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