#C77F64

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

Shades of Burning Sand #C77F64

Tints of Burning Sand #C77F64

Color information

#C77F64 (or 0xC77F64) is unknown color: approx Burning Sand. HEX triplet: C7, 7F and 64. RGB value is (199,127,100). Sum of RGB (Red+Green+Blue) = 199+127+100=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F64 is #38809B. Grayscale: #919191. Windows color (decimal): -3702940 or 6586311. OLE color: 6586311.

HSL color Cylindrical-coordinate representation of color #C77F64: hue angle of 16.36º 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 #C77F64 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB199127100-
CMYK00.360.500.22
HSL16.36º46.92%58.63%-
HSV(B)16.36º49.75%78.04%-
XYZ33.4428.2415.75-
YUV145.45102.35166.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.71%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=46.71%
G=29.81%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912710000.360.500.2216.3646.9258.63
HexC77F640243216102f3b
Octal3071771440446226205773
Binary110001111111111110010001001001100101011010000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77F64; }

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

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

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

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

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

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

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

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