#C38468

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

Shades of Burning Sand #C38468

Tints of Burning Sand #C38468

Color information

#C38468 (or 0xC38468) is unknown color: approx Burning Sand. HEX triplet: C3, 84 and 68. RGB value is (195,132,104). Sum of RGB (Red+Green+Blue) = 195+132+104=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C38468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38468 is #3C7B97. Grayscale: #939393. Windows color (decimal): -3963800 or 6849731. OLE color: 6849731.

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

Color convert

RGB195132104-
CMYK00.320.470.24
HSL18.46º43.13%58.63%-
HSV(B)18.46º46.67%76.47%-
XYZ33.2629.116.96-
YUV147.64103.37161.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 104 (41.02% from 255) = 24.13%
R=45.24%
G=30.63%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513210400.320.470.2418.4643.1358.63
HexC384680202F18122b3b
Octal3032041500405730225373
Binary1100001110000100110100001000001011111100010010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38468; }

 p { color: rgb(195,132,104); }

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

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

 a { background-color: rgb(195,132,104); }

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

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

 span { border-color: rgb(195,132,104); }

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