#C7886C

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

Shades of Burning Sand #C7886C

Tints of Burning Sand #C7886C

Color information

#C7886C (or 0xC7886C) is unknown color: approx Burning Sand. HEX triplet: C7, 88 and 6C. RGB value is (199,136,108). Sum of RGB (Red+Green+Blue) = 199+136+108=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7886C is #387793. Grayscale: #979797. Windows color (decimal): -3700628 or 7112903. OLE color: 7112903.

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

Color convert

RGB199136108-
CMYK00.320.460.22
HSL18.46º44.83%60.2%-
HSV(B)18.46º45.73%78.04%-
XYZ35.0630.8318.29-
YUV151.65103.37161.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.92%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=44.92%
G=30.70%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913610800.320.460.2218.4644.8360.2
HexC7886C0202E16122d3c
Octal3072101540405626225574
Binary1100011110001000110110001000001011101011010010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7886C; }

 p { color: rgb(199,136,108); }

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

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

 a { background-color: rgb(199,136,108); }

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

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

 span { border-color: rgb(199,136,108); }

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