#C48067

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

Shades of Burning Sand #C48067

Tints of Burning Sand #C48067

Color information

#C48067 (or 0xC48067) is unknown color: approx Burning Sand. HEX triplet: C4, 80 and 67. RGB value is (196,128,103). Sum of RGB (Red+Green+Blue) = 196+128+103=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C48067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48067 is #3B7F98. Grayscale: #919191. Windows color (decimal): -3899289 or 6783172. OLE color: 6783172.

HSL color Cylindrical-coordinate representation of color #C48067: hue angle of 16.13º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C48067 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB196128103-
CMYK00.350.470.23
HSL16.13º44.08%58.63%-
HSV(B)16.13º47.45%76.86%-
XYZ32.9328.1516.53-
YUV145.48104.03164.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 103 (40.62% from 255) = 24.12%
R=45.90%
G=29.98%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612810300.350.470.2316.1344.0858.63
HexC480670232F17102c3b
Octal3042001470435727205473
Binary1100010010000000110011101000111011111011110000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48067; }

 p { color: rgb(196,128,103); }

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

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

 a { background-color: rgb(196,128,103); }

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

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

 span { border-color: rgb(196,128,103); }

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