#C28067

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

Shades of Burning Sand #C28067

Tints of Burning Sand #C28067

Color information

#C28067 (or 0xC28067) is unknown color: approx Burning Sand. HEX triplet: C2, 80 and 67. RGB value is (194,128,103). Sum of RGB (Red+Green+Blue) = 194+128+103=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C28067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28067 is #3D7F98. Grayscale: #919191. Windows color (decimal): -4030361 or 6783170. OLE color: 6783170.

HSL color Cylindrical-coordinate representation of color #C28067: hue angle of 16.48º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C28067 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB194128103-
CMYK00.340.470.24
HSL16.48º42.72%58.24%-
HSV(B)16.48º46.91%76.08%-
XYZ32.4227.8916.51-
YUV144.88104.37163.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 103 (40.62% from 255) = 24.24%
R=45.65%
G=30.12%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412810300.340.470.2416.4842.7258.24
HexC280670222F18102b3a
Octal3022001470425730205372
Binary1100001010000000110011101000101011111100010000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28067; }

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

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

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

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

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

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

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

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