#C86472

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

Shades of Cabaret #C86472

Tints of Cabaret #C86472

Color information

#C86472 (or 0xC86472) is unknown color: approx Cabaret. HEX triplet: C8, 64 and 72. RGB value is (200,100,114). Sum of RGB (Red+Green+Blue) = 200+100+114=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C86472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86472 is #379B8D. Grayscale: #838383. Windows color (decimal): -3644302 or 7496904. OLE color: 7496904.

HSL color Cylindrical-coordinate representation of color #C86472: hue angle of 351.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86472 is Cyan = 0, Magento = 0.5, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB200100114-
CMYK00.50.430.22
HSL351.6º47.62%58.82%-
HSV(B)351.6º50%78.43%-
XYZ31.4122.6118.63-
YUV131.5118.13176.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=48.31%
G=24.15%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010011400.50.430.22351.647.6258.82
HexC864720322B16160303b
Octal31014416206253265406073
Binary1100100011001001110010011001010101110110101100000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86472; }

 p { color: rgb(200,100,114); }

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

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

 a { background-color: rgb(200,100,114); }

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

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

 span { border-color: rgb(200,100,114); }

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