#C38864

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

Shades of Burning Sand #C38864

Tints of Burning Sand #C38864

Color information

#C38864 (or 0xC38864) is unknown color: approx Burning Sand. HEX triplet: C3, 88 and 64. RGB value is (195,136,100). Sum of RGB (Red+Green+Blue) = 195+136+100=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C38864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38864 is #3C779B. Grayscale: #959595. Windows color (decimal): -3962780 or 6588611. OLE color: 6588611.

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

Color convert

RGB195136100-
CMYK00.300.490.24
HSL22.74º44.19%57.84%-
HSV(B)22.74º48.72%76.47%-
XYZ33.6130.1316.1-
YUV149.54100.05160.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 100 (39.45% from 255) = 23.20%
R=45.24%
G=31.55%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513610000.300.490.2422.7444.1957.84
HexC3886401E3118172c3a
Octal3032101440366130275472
Binary110000111000100011001000111101100011100010111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38864; }

 p { color: rgb(195,136,100); }

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

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

 a { background-color: rgb(195,136,100); }

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

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

 span { border-color: rgb(195,136,100); }

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