#c07f58

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

Shades of Burning Sand #C07F58

Tints of Burning Sand #C07F58

Color information

#C07F58 (or 0xC07F58) is unknown color: approx Burning Sand. HEX triplet: C0, 7F and 58. RGB value is (192,127,88). Sum of RGB (Red+Green+Blue) = 192+127+88=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F58 is #3F80A7. Grayscale: #8E8E8E. Windows color (decimal): -4161704 or 5799872. OLE color: 5799872.

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

Color convert

RGB19212788-
CMYK00.340.540.25
HSL22.5º45.22%54.9%-
HSV(B)22.5º54.17%75.29%-
XYZ31.0927.0912.82-
YUV141.9997.53163.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.17%
GREEN value IS 127 (50% from 255) = 31.20%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=47.17%
G=31.20%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921278800.340.540.2522.545.2254.9
HexC07F580223619162d37
Octal3001771300426631265567
Binary110000001111111101100001000101101101100110110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07f58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07f58; }

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

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

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

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

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

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

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

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