#C08057

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

Shades of Burning Sand #C08057

Tints of Burning Sand #C08057

Color information

#C08057 (or 0xC08057) is unknown color: approx Burning Sand. HEX triplet: C0, 80 and 57. RGB value is (192,128,87). Sum of RGB (Red+Green+Blue) = 192+128+87=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C08057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08057 is #3F7FA8. Grayscale: #8E8E8E. Windows color (decimal): -4161449 or 5734592. OLE color: 5734592.

HSL color Cylindrical-coordinate representation of color #C08057: hue angle of 23.43º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C08057 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19212887-
CMYK00.330.550.25
HSL23.43º45.45%54.71%-
HSV(B)23.43º54.69%75.29%-
XYZ31.1827.3312.65-
YUV142.4696.7163.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.17%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 87 (34.38% from 255) = 21.38%
R=47.17%
G=31.45%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921288700.330.550.2523.4345.4554.71
HexC080570213719172d37
Octal3002001270416731275567
Binary1100000010000000101011101000011101111100110111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08057; }

 p { color: rgb(192,128,87); }

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

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

 a { background-color: rgb(192,128,87); }

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

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

 span { border-color: rgb(192,128,87); }

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