#C38661

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

Shades of Burning Sand #C38661

Tints of Burning Sand #C38661

Color information

#C38661 (or 0xC38661) is unknown color: approx Burning Sand. HEX triplet: C3, 86 and 61. RGB value is (195,134,97). Sum of RGB (Red+Green+Blue) = 195+134+97=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C38661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38661 is #3C799E. Grayscale: #949494. Windows color (decimal): -3963295 or 6391491. OLE color: 6391491.

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

Color convert

RGB19513497-
CMYK00.310.500.24
HSL22.65º44.95%57.25%-
HSV(B)22.65º50.26%76.47%-
XYZ33.1929.5215.26-
YUV148.0299.21161.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=45.77%
G=31.46%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951349700.310.500.2422.6544.9557.25
HexC3866101F3218172d39
Octal3032061410376230275571
Binary110000111000011011000010111111100101100010111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38661; }

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

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

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

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

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

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

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

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