#C38860

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

Shades of Burning Sand #C38860

Tints of Burning Sand #C38860

Color information

#C38860 (or 0xC38860) is unknown color: approx Burning Sand. HEX triplet: C3, 88 and 60. RGB value is (195,136,96). Sum of RGB (Red+Green+Blue) = 195+136+96=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38860 is #3C779F. Grayscale: #959595. Windows color (decimal): -3962784 or 6326467. OLE color: 6326467.

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

Color convert

RGB19513696-
CMYK00.300.510.24
HSL24.24º45.21%57.06%-
HSV(B)24.24º50.77%76.47%-
XYZ33.4230.0515.11-
YUV149.0898.05160.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=45.67%
G=31.85%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951369600.300.510.2424.2445.2157.06
HexC3886001E3318182d39
Octal3032101400366330305571
Binary110000111000100011000000111101100111100011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38860; }

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

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

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

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

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

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

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

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