#C38260

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

Shades of Burning Sand #C38260

Tints of Burning Sand #C38260

Color information

#C38260 (or 0xC38260) is unknown color: approx Burning Sand. HEX triplet: C3, 82 and 60. RGB value is (195,130,96). Sum of RGB (Red+Green+Blue) = 195+130+96=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C38260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38260 is #3C7D9F. Grayscale: #919191. Windows color (decimal): -3964320 or 6324931. OLE color: 6324931.

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

Color convert

RGB19513096-
CMYK00.330.510.24
HSL20.61º45.21%57.06%-
HSV(B)20.61º50.77%76.47%-
XYZ32.628.4114.83-
YUV145.56100.03163.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.32%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=46.32%
G=30.88%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951309600.330.510.2420.6145.2157.06
HexC382600213318152d39
Octal3032021400416330255571
Binary1100001110000010110000001000011100111100010101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38260; }

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

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

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

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

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

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

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

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