#C78069

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

Shades of Burning Sand #C78069

Tints of Burning Sand #C78069

Color information

#C78069 (or 0xC78069) is unknown color: approx Burning Sand. HEX triplet: C7, 80 and 69. RGB value is (199,128,105). Sum of RGB (Red+Green+Blue) = 199+128+105=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C78069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78069 is #387F96. Grayscale: #929292. Windows color (decimal): -3702679 or 6914247. OLE color: 6914247.

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

Color convert

RGB199128105-
CMYK00.360.470.22
HSL14.68º45.63%59.61%-
HSV(B)14.68º47.24%78.04%-
XYZ33.8228.617.1-
YUV146.61104.52165.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.06%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 105 (41.41% from 255) = 24.31%
R=46.06%
G=29.63%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912810500.360.470.2214.6845.6359.61
HexC780690242F16f2e3c
Octal3072001510445726175674
Binary110001111000000011010010100100101111101101111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78069; }

 p { color: rgb(199,128,105); }

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

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

 a { background-color: rgb(199,128,105); }

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

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

 span { border-color: rgb(199,128,105); }

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