#C77D5C

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

Shades of Burning Sand #C77D5C

Tints of Burning Sand #C77D5C

Color information

#C77D5C (or 0xC77D5C) is unknown color: approx Burning Sand. HEX triplet: C7, 7D and 5C. RGB value is (199,125,92). Sum of RGB (Red+Green+Blue) = 199+125+92=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77D5C is #3882A3. Grayscale: #8F8F8F. Windows color (decimal): -3703460 or 6061511. OLE color: 6061511.

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

Color convert

RGB19912592-
CMYK00.370.540.22
HSL18.5º48.86%57.06%-
HSV(B)18.5º53.77%78.04%-
XYZ32.8227.5813.72-
YUV143.3699.02167.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.84%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=47.84%
G=30.05%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991259200.370.540.2218.548.8657.06
HexC77D5C0253616133139
Octal3071751340456626236171
Binary110001111111101101110001001011101101011010011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77D5C; }

 p { color: rgb(199,125,92); }

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

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

 a { background-color: rgb(199,125,92); }

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

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

 span { border-color: rgb(199,125,92); }

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