#C77D64

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

Shades of Burning Sand #C77D64

Tints of Burning Sand #C77D64

Color information

#C77D64 (or 0xC77D64) is unknown color: approx Burning Sand. HEX triplet: C7, 7D and 64. RGB value is (199,125,100). Sum of RGB (Red+Green+Blue) = 199+125+100=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77D64 is #38829B. Grayscale: #909090. Windows color (decimal): -3703452 or 6585799. OLE color: 6585799.

HSL color Cylindrical-coordinate representation of color #C77D64: hue angle of 15.15º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C77D64 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB199125100-
CMYK00.370.500.22
HSL15.15º46.92%58.63%-
HSV(B)15.15º49.75%78.04%-
XYZ33.1927.7315.66-
YUV144.28103.02167.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.93%
GREEN value IS 125 (49.22% from 255) = 29.48%
BLUE value IS 100 (39.45% from 255) = 23.58%
R=46.93%
G=29.48%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912510000.370.500.2215.1546.9258.63
HexC77D640253216f2f3b
Octal3071751440456226175773
Binary11000111111110111001000100101110010101101111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77D64; }

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

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

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

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

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

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

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

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