#C07F56

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

Shades of Burning Sand #C07F56

Tints of Burning Sand #C07F56

Color information

#C07F56 (or 0xC07F56) is unknown color: approx Burning Sand. HEX triplet: C0, 7F and 56. RGB value is (192,127,86). Sum of RGB (Red+Green+Blue) = 192+127+86=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F56 is #3F80A9. Grayscale: #8D8D8D. Windows color (decimal): -4161706 or 5668800. OLE color: 5668800.

HSL color Cylindrical-coordinate representation of color #C07F56: hue angle of 23.21º degrees, saturation: 0.46, 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 #C07F56 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19212786-
CMYK00.340.550.25
HSL23.21º45.69%54.51%-
HSV(B)23.21º55.21%75.29%-
XYZ31.0127.0612.39-
YUV141.7696.53163.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 86 (33.98% from 255) = 21.23%
R=47.41%
G=31.36%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921278600.340.550.2523.2145.6954.51
HexC07F560223719172e37
Octal3001771260426731275667
Binary110000001111111101011001000101101111100110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07F56; }

 p { color: rgb(192,127,86); }

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

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

 a { background-color: rgb(192,127,86); }

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

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

 span { border-color: rgb(192,127,86); }

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