#C8476F

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

Shades of Cabaret #C8476F

Tints of Cabaret #C8476F

Color information

#C8476F (or 0xC8476F) is unknown color: approx Cabaret. HEX triplet: C8, 47 and 6F. RGB value is (200,71,111). Sum of RGB (Red+Green+Blue) = 200+71+111=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8476F is #37B890. Grayscale: #727272. Windows color (decimal): -3651729 or 7292872. OLE color: 7292872.

HSL color Cylindrical-coordinate representation of color #C8476F: hue angle of 341.4º 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 #C8476F is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB20071111-
CMYK00.640.440.22
HSL341.4º53.97%53.14%-
HSV(B)341.4º64.5%78.43%-
XYZ28.9417.9316.98-
YUV114.13126.24189.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.36%
GREEN value IS 71 (28.12% from 255) = 18.59%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=52.36%
G=18.59%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007111100.640.440.22341.453.9753.14
HexC8476F0402C161553635
Octal310107157010054265256665
Binary11001000100011111011110100000010110010110101010101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8476F; }

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

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

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

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

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

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

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

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