#C3815C

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

Shades of Burning Sand #C3815C

Tints of Burning Sand #C3815C

Color information

#C3815C (or 0xC3815C) is unknown color: approx Burning Sand. HEX triplet: C3, 81 and 5C. RGB value is (195,129,92). Sum of RGB (Red+Green+Blue) = 195+129+92=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3815C is #3C7EA3. Grayscale: #909090. Windows color (decimal): -3964580 or 6062531. OLE color: 6062531.

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

Color convert

RGB19512992-
CMYK00.340.530.24
HSL21.55º46.19%56.27%-
HSV(B)21.55º52.82%76.47%-
XYZ32.2928.0813.84-
YUV144.5298.37164.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.88%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=46.88%
G=31.01%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951299200.340.530.2421.5546.1956.27
HexC3815C0223518162e38
Octal3032011340426530265670
Binary1100001110000001101110001000101101011100010110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3815C; }

 p { color: rgb(195,129,92); }

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

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

 a { background-color: rgb(195,129,92); }

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

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

 span { border-color: rgb(195,129,92); }

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