#C58067

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

Shades of Burning Sand #C58067

Tints of Burning Sand #C58067

Color information

#C58067 (or 0xC58067) is unknown color: approx Burning Sand. HEX triplet: C5, 80 and 67. RGB value is (197,128,103). Sum of RGB (Red+Green+Blue) = 197+128+103=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C58067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58067 is #3A7F98. Grayscale: #919191. Windows color (decimal): -3833753 or 6783173. OLE color: 6783173.

HSL color Cylindrical-coordinate representation of color #C58067: hue angle of 15.96º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C58067 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB197128103-
CMYK00.350.480.23
HSL15.96º44.76%58.82%-
HSV(B)15.96º47.72%77.25%-
XYZ33.1928.2916.54-
YUV145.78103.86164.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.03%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 103 (40.62% from 255) = 24.07%
R=46.03%
G=29.91%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712810300.350.480.2315.9644.7658.82
HexC580670233017102d3b
Octal3052001470436027205573
Binary1100010110000000110011101000111100001011110000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58067; }

 p { color: rgb(197,128,103); }

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

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

 a { background-color: rgb(197,128,103); }

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

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

 span { border-color: rgb(197,128,103); }

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