#C38966

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

Shades of Burning Sand #C38966

Tints of Burning Sand #C38966

Color information

#C38966 (or 0xC38966) is unknown color: approx Burning Sand. HEX triplet: C3, 89 and 66. RGB value is (195,137,102). Sum of RGB (Red+Green+Blue) = 195+137+102=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C38966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38966 is #3C7699. Grayscale: #969696. Windows color (decimal): -3962522 or 6719939. OLE color: 6719939.

HSL color Cylindrical-coordinate representation of color #C38966: hue angle of 22.58º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C38966 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB195137102-
CMYK00.300.480.24
HSL22.58º43.66%58.24%-
HSV(B)22.58º47.69%76.47%-
XYZ33.8530.4516.66-
YUV150.35100.72159.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 102 (40.23% from 255) = 23.50%
R=44.93%
G=31.57%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513710200.300.480.2422.5843.6658.24
HexC3896601E3018172c3a
Octal3032111460366030275472
Binary110000111000100111001100111101100001100010111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38966; }

 p { color: rgb(195,137,102); }

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

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

 a { background-color: rgb(195,137,102); }

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

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

 span { border-color: rgb(195,137,102); }

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