#C77B68

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

Shades of Burning Sand #C77B68

Tints of Burning Sand #C77B68

Color information

#C77B68 (or 0xC77B68) is unknown color: approx Burning Sand. HEX triplet: C7, 7B and 68. RGB value is (199,123,104). Sum of RGB (Red+Green+Blue) = 199+123+104=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77B68 is #388497. Grayscale: #8F8F8F. Windows color (decimal): -3703960 or 6847431. OLE color: 6847431.

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

Color convert

RGB199123104-
CMYK00.380.480.22
HSL12º45.89%59.41%-
HSV(B)12º47.74%78.04%-
XYZ33.1327.3116.62-
YUV143.56105.68167.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.71%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=46.71%
G=28.87%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912310400.380.480.221245.8959.41
HexC77B680263016c2e3b
Octal3071731500466026145673
Binary11000111111101111010000100110110000101101100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77B68; }

 p { color: rgb(199,123,104); }

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

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

 a { background-color: rgb(199,123,104); }

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

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

 span { border-color: rgb(199,123,104); }

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