#C28765

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

Shades of Burning Sand #C28765

Tints of Burning Sand #C28765

Color information

#C28765 (or 0xC28765) is unknown color: approx Burning Sand. HEX triplet: C2, 87 and 65. RGB value is (194,135,101). Sum of RGB (Red+Green+Blue) = 194+135+101=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C28765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28765 is #3D789A. Grayscale: #949494. Windows color (decimal): -4028571 or 6653890. OLE color: 6653890.

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

Color convert

RGB194135101-
CMYK00.300.480.24
HSL21.94º43.26%57.84%-
HSV(B)21.94º47.94%76.08%-
XYZ33.2629.7416.3-
YUV148.76101.05160.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=45.12%
G=31.40%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413510100.300.480.2421.9443.2657.84
HexC2876501E3018162b3a
Octal3022071450366030265372
Binary110000101000011111001010111101100001100010110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28765; }

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

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

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

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

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

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

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

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