#C28365

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

Shades of Burning Sand #C28365

Tints of Burning Sand #C28365

Color information

#C28365 (or 0xC28365) is unknown color: approx Burning Sand. HEX triplet: C2, 83 and 65. RGB value is (194,131,101). Sum of RGB (Red+Green+Blue) = 194+131+101=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C28365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28365 is #3D7C9A. Grayscale: #929292. Windows color (decimal): -4029595 or 6652866. OLE color: 6652866.

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

Color convert

RGB194131101-
CMYK00.320.480.24
HSL19.35º43.26%57.84%-
HSV(B)19.35º47.94%76.08%-
XYZ32.7128.6416.12-
YUV146.42102.37161.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 101 (39.84% from 255) = 23.71%
R=45.54%
G=30.75%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413110100.320.480.2419.3543.2657.84
HexC283650203018132b3a
Octal3022031450406030235372
Binary1100001010000011110010101000001100001100010011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28365; }

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

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

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

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

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

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

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

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