#C77A66

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

Shades of Burning Sand #C77A66

Tints of Burning Sand #C77A66

Color information

#C77A66 (or 0xC77A66) is unknown color: approx Burning Sand. HEX triplet: C7, 7A and 66. RGB value is (199,122,102). Sum of RGB (Red+Green+Blue) = 199+122+102=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A66 is #388599. Grayscale: #8E8E8E. Windows color (decimal): -3704218 or 6716103. OLE color: 6716103.

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

Color convert

RGB199122102-
CMYK00.390.490.22
HSL12.37º46.41%59.02%-
HSV(B)12.37º48.74%78.04%-
XYZ32.9127.0216.05-
YUV142.74105.01168.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.04%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 102 (40.23% from 255) = 24.11%
R=47.04%
G=28.84%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912210200.390.490.2212.3746.4159.02
HexC77A660273116c2e3b
Octal3071721460476126145673
Binary11000111111101011001100100111110001101101100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77A66; }

 p { color: rgb(199,122,102); }

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

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

 a { background-color: rgb(199,122,102); }

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

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

 span { border-color: rgb(199,122,102); }

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