#C28065

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

Shades of Burning Sand #C28065

Tints of Burning Sand #C28065

Color information

#C28065 (or 0xC28065) is unknown color: approx Burning Sand. HEX triplet: C2, 80 and 65. RGB value is (194,128,101). Sum of RGB (Red+Green+Blue) = 194+128+101=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C28065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28065 is #3D7F9A. Grayscale: #909090. Windows color (decimal): -4030363 or 6652098. OLE color: 6652098.

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

Color convert

RGB194128101-
CMYK00.340.480.24
HSL17.42º43.26%57.84%-
HSV(B)17.42º47.94%76.08%-
XYZ32.3227.8515.98-
YUV144.66103.37163.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=45.86%
G=30.26%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412810100.340.480.2417.4243.2657.84
HexC280650223018112b3a
Octal3022001450426030215372
Binary1100001010000000110010101000101100001100010001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28065; }

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

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

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

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

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

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

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

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