#C28566

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

Shades of Burning Sand #C28566

Tints of Burning Sand #C28566

Color information

#C28566 (or 0xC28566) is unknown color: approx Burning Sand. HEX triplet: C2, 85 and 66. RGB value is (194,133,102). Sum of RGB (Red+Green+Blue) = 194+133+102=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C28566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28566 is #3D7A99. Grayscale: #939393. Windows color (decimal): -4029082 or 6718914. OLE color: 6718914.

HSL color Cylindrical-coordinate representation of color #C28566: hue angle of 20.22º 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 #C28566 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB194133102-
CMYK00.310.470.24
HSL20.22º42.99%58.04%-
HSV(B)20.22º47.42%76.08%-
XYZ33.0329.216.47-
YUV147.7102.21161.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 102 (40.23% from 255) = 23.78%
R=45.22%
G=31.00%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413310200.310.470.2420.2242.9958.04
HexC2856601F2F18142b3a
Octal3022051460375730245372
Binary110000101000010111001100111111011111100010100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28566; }

 p { color: rgb(194,133,102); }

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

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

 a { background-color: rgb(194,133,102); }

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

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

 span { border-color: rgb(194,133,102); }

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