#C8676F

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

Shades of Cabaret #C8676F

Tints of Cabaret #C8676F

Color information

#C8676F (or 0xC8676F) is unknown color: approx Cabaret. HEX triplet: C8, 67 and 6F. RGB value is (200,103,111). Sum of RGB (Red+Green+Blue) = 200+103+111=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8676F is #379890. Grayscale: #848484. Windows color (decimal): -3643537 or 7301064. OLE color: 7301064.

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

Color convert

RGB200103111-
CMYK00.480.440.22
HSL355.05º46.86%59.41%-
HSV(B)355.05º48.5%78.43%-
XYZ31.5423.1317.84-
YUV132.92115.64175.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=48.31%
G=24.88%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010311100.480.440.22355.0546.8659.41
HexC8676F0302C161632f3b
Octal31014715706054265435773
Binary1100100011001111101111011000010110010110101100011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8676F; }

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

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

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

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

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

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

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

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