#C28368

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

Shades of Burning Sand #C28368

Tints of Burning Sand #C28368

Color information

#C28368 (or 0xC28368) is unknown color: approx Burning Sand. HEX triplet: C2, 83 and 68. RGB value is (194,131,104). Sum of RGB (Red+Green+Blue) = 194+131+104=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C28368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28368 is #3D7C97. Grayscale: #929292. Windows color (decimal): -4029592 or 6849474. OLE color: 6849474.

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

Color convert

RGB194131104-
CMYK00.320.460.24
HSL18º42.45%58.43%-
HSV(B)18º46.39%76.08%-
XYZ32.8628.716.9-
YUV146.76103.87161.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=45.22%
G=30.54%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413110400.320.460.241842.4558.43
HexC283680202E18122a3a
Octal3022031500405630225272
Binary1100001010000011110100001000001011101100010010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28368; }

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

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

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

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

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

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

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

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