#C8476C

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

Shades of Cabaret #C8476C

Tints of Cabaret #C8476C

Color information

#C8476C (or 0xC8476C) is unknown color: approx Cabaret. HEX triplet: C8, 47 and 6C. RGB value is (200,71,108). Sum of RGB (Red+Green+Blue) = 200+71+108=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8476C is #37B893. Grayscale: #717171. Windows color (decimal): -3651732 or 7096264. OLE color: 7096264.

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

Color convert

RGB20071108-
CMYK00.640.460.22
HSL342.79º53.97%53.14%-
HSV(B)342.79º64.5%78.43%-
XYZ28.7817.8716.12-
YUV113.79124.74189.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.77%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=52.77%
G=18.73%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007110800.640.460.22342.7953.9753.14
HexC8476C0402E161573635
Octal310107154010056265276665
Binary11001000100011111011000100000010111010110101010111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8476C; }

 p { color: rgb(200,71,108); }

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

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

 a { background-color: rgb(200,71,108); }

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

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

 span { border-color: rgb(200,71,108); }

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