#C3805D

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

Shades of Burning Sand #C3805D

Tints of Burning Sand #C3805D

Color information

#C3805D (or 0xC3805D) is unknown color: approx Burning Sand. HEX triplet: C3, 80 and 5D. RGB value is (195,128,93). Sum of RGB (Red+Green+Blue) = 195+128+93=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3805D is #3C7FA2. Grayscale: #909090. Windows color (decimal): -3964835 or 6127811. OLE color: 6127811.

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

Color convert

RGB19512893-
CMYK00.340.520.24
HSL20.59º45.95%56.47%-
HSV(B)20.59º52.31%76.47%-
XYZ32.227.8314.03-
YUV144.0499.2164.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.88%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 93 (36.72% from 255) = 22.36%
R=46.88%
G=30.77%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951289300.340.520.2420.5945.9556.47
HexC3805D0223418152e38
Octal3032001350426430255670
Binary1100001110000000101110101000101101001100010101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3805D; }

 p { color: rgb(195,128,93); }

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

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

 a { background-color: rgb(195,128,93); }

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

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

 span { border-color: rgb(195,128,93); }

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