#C07F5D

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

Shades of Burning Sand #C07F5D

Tints of Burning Sand #C07F5D

Color information

#C07F5D (or 0xC07F5D) is unknown color: approx Burning Sand. HEX triplet: C0, 7F and 5D. RGB value is (192,127,93). Sum of RGB (Red+Green+Blue) = 192+127+93=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F5D is #3F80A2. Grayscale: #8E8E8E. Windows color (decimal): -4161699 or 6127552. OLE color: 6127552.

HSL color Cylindrical-coordinate representation of color #C07F5D: hue angle of 20.61º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C07F5D is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19212793-
CMYK00.340.520.25
HSL20.61º44%55.88%-
HSV(B)20.61º51.56%75.29%-
XYZ31.327.1813.95-
YUV142.56100.03163.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.60%
GREEN value IS 127 (50% from 255) = 30.83%
BLUE value IS 93 (36.72% from 255) = 22.57%
R=46.60%
G=30.83%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921279300.340.520.2520.614455.88
HexC07F5D0223419152c38
Octal3001771350426431255470
Binary110000001111111101110101000101101001100110101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07F5D; }

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

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

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

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

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

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

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

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