#C38968

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

Shades of Burning Sand #C38968

Tints of Burning Sand #C38968

Color information

#C38968 (or 0xC38968) is unknown color: approx Burning Sand. HEX triplet: C3, 89 and 68. RGB value is (195,137,104). Sum of RGB (Red+Green+Blue) = 195+137+104=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C38968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38968 is #3C7697. Grayscale: #969696. Windows color (decimal): -3962520 or 6851011. OLE color: 6851011.

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

Color convert

RGB195137104-
CMYK00.300.470.24
HSL21.76º43.13%58.63%-
HSV(B)21.76º46.67%76.47%-
XYZ33.9530.4917.19-
YUV150.58101.72159.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=44.72%
G=31.42%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513710400.300.470.2421.7643.1358.63
HexC3896801E2F18162b3b
Octal3032111500365730265373
Binary110000111000100111010000111101011111100010110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38968; }

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

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

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

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

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

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

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

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