#C28766

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

Shades of Burning Sand #C28766

Tints of Burning Sand #C28766

Color information

#C28766 (or 0xC28766) is unknown color: approx Burning Sand. HEX triplet: C2, 87 and 66. RGB value is (194,135,102). Sum of RGB (Red+Green+Blue) = 194+135+102=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C28766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28766 is #3D7899. Grayscale: #959595. Windows color (decimal): -4028570 or 6719426. OLE color: 6719426.

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

Color convert

RGB194135102-
CMYK00.300.470.24
HSL21.52º42.99%58.04%-
HSV(B)21.52º47.42%76.08%-
XYZ33.3129.7616.56-
YUV148.88101.55160.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=45.01%
G=31.32%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413510200.300.470.2421.5242.9958.04
HexC2876601E2F18162b3a
Octal3022071460365730265372
Binary110000101000011111001100111101011111100010110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28766; }

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

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

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

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

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

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

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

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