#CA4F6E

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

Shades of Cabaret #CA4F6E

Tints of Cabaret #CA4F6E

Color information

#CA4F6E (or 0xCA4F6E) is unknown color: approx Cabaret. HEX triplet: CA, 4F and 6E. RGB value is (202,79,110). Sum of RGB (Red+Green+Blue) = 202+79+110=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4F6E is #35B091. Grayscale: #777777. Windows color (decimal): -3518610 or 7229386. OLE color: 7229386.

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

Color convert

RGB20279110-
CMYK00.610.460.21
HSL344.88º53.71%55.1%-
HSV(B)344.88º60.89%79.22%-
XYZ29.9719.2716.89-
YUV119.31122.75186.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=51.66%
G=20.20%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027911000.610.460.21344.8853.7155.1
HexCA4F6E03D2E151593637
Octal31211715607556255316667
Binary1100101010011111101110011110110111010101101011001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4F6E; }

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

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

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

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

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

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

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

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