#C38060

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

Shades of Burning Sand #C38060

Tints of Burning Sand #C38060

Color information

#C38060 (or 0xC38060) is unknown color: approx Burning Sand. HEX triplet: C3, 80 and 60. RGB value is (195,128,96). Sum of RGB (Red+Green+Blue) = 195+128+96=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C38060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38060 is #3C7F9F. Grayscale: #909090. Windows color (decimal): -3964832 or 6324419. OLE color: 6324419.

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

Color convert

RGB19512896-
CMYK00.340.510.24
HSL19.39º45.21%57.06%-
HSV(B)19.39º50.77%76.47%-
XYZ32.3427.8814.74-
YUV144.38100.7164.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=46.54%
G=30.55%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951289600.340.510.2419.3945.2157.06
HexC380600223318132d39
Octal3032001400426330235571
Binary1100001110000000110000001000101100111100010011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38060; }

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

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

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

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

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

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

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

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