#C7816C

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

Shades of Burning Sand #C7816C

Tints of Burning Sand #C7816C

Color information

#C7816C (or 0xC7816C) is unknown color: approx Burning Sand. HEX triplet: C7, 81 and 6C. RGB value is (199,129,108). Sum of RGB (Red+Green+Blue) = 199+129+108=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7816C is #387E93. Grayscale: #939393. Windows color (decimal): -3702420 or 7111111. OLE color: 7111111.

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

Color convert

RGB199129108-
CMYK00.350.460.22
HSL13.85º44.83%60.2%-
HSV(B)13.85º45.73%78.04%-
XYZ34.1128.9317.97-
YUV147.54105.69164.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.64%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=45.64%
G=29.59%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912910800.350.460.2213.8544.8360.2
HexC7816C0232E16e2d3c
Octal3072011540435626165574
Binary110001111000000111011000100011101110101101110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7816C; }

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

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

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

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

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

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

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

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