#C38660

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

Shades of Burning Sand #C38660

Tints of Burning Sand #C38660

Color information

#C38660 (or 0xC38660) is unknown color: approx Burning Sand. HEX triplet: C3, 86 and 60. RGB value is (195,134,96). Sum of RGB (Red+Green+Blue) = 195+134+96=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C38660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38660 is #3C799F. Grayscale: #949494. Windows color (decimal): -3963296 or 6325955. OLE color: 6325955.

HSL color Cylindrical-coordinate representation of color #C38660: hue angle of 23.03º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C38660 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19513496-
CMYK00.310.510.24
HSL23.03º45.21%57.06%-
HSV(B)23.03º50.77%76.47%-
XYZ33.1429.515.01-
YUV147.9198.71161.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 96 (37.89% from 255) = 22.59%
R=45.88%
G=31.53%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951349600.310.510.2423.0345.2157.06
HexC3866001F3318172d39
Octal3032061400376330275571
Binary110000111000011011000000111111100111100010111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38660; }

 p { color: rgb(195,134,96); }

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

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

 a { background-color: rgb(195,134,96); }

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

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

 span { border-color: rgb(195,134,96); }

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