#C8466E

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

Shades of Cabaret #C8466E

Tints of Cabaret #C8466E

Color information

#C8466E (or 0xC8466E) is unknown color: approx Cabaret. HEX triplet: C8, 46 and 6E. RGB value is (200,70,110). Sum of RGB (Red+Green+Blue) = 200+70+110=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8466E is #37B991. Grayscale: #717171. Windows color (decimal): -3651986 or 7227080. OLE color: 7227080.

HSL color Cylindrical-coordinate representation of color #C8466E: hue angle of 341.54º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8466E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB20070110-
CMYK00.650.450.22
HSL341.54º54.17%52.94%-
HSV(B)341.54º65%78.43%-
XYZ28.8217.7916.67-
YUV113.43126.07189.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.63%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=52.63%
G=18.42%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007011000.650.450.22341.5454.1752.94
HexC8466E0412D161563635
Octal310106156010155265266665
Binary11001000100011011011100100000110110110110101010110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8466E; }

 p { color: rgb(200,70,110); }

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

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

 a { background-color: rgb(200,70,110); }

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

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

 span { border-color: rgb(200,70,110); }

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