#C67E5E

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

Shades of Burning Sand #C67E5E

Tints of Burning Sand #C67E5E

Color information

#C67E5E (or 0xC67E5E) is unknown color: approx Burning Sand. HEX triplet: C6, 7E and 5E. RGB value is (198,126,94). Sum of RGB (Red+Green+Blue) = 198+126+94=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67E5E is #3981A1. Grayscale: #909090. Windows color (decimal): -3768738 or 6192838. OLE color: 6192838.

HSL color Cylindrical-coordinate representation of color #C67E5E: hue angle of 18.46º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C67E5E is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB19812694-
CMYK00.360.530.22
HSL18.46º47.71%57.25%-
HSV(B)18.46º52.53%77.65%-
XYZ32.7727.7414.22-
YUV143.8899.85166.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.37%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 94 (37.11% from 255) = 22.49%
R=47.37%
G=30.14%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981269400.360.530.2218.4647.7157.25
HexC67E5E0243516123039
Octal3061761360446526226071
Binary110001101111110101111001001001101011011010010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67E5E; }

 p { color: rgb(198,126,94); }

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

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

 a { background-color: rgb(198,126,94); }

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

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

 span { border-color: rgb(198,126,94); }

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