#C38165

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

Shades of Burning Sand #C38165

Tints of Burning Sand #C38165

Color information

#C38165 (or 0xC38165) is unknown color: approx Burning Sand. HEX triplet: C3, 81 and 65. RGB value is (195,129,101). Sum of RGB (Red+Green+Blue) = 195+129+101=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C38165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38165 is #3C7E9A. Grayscale: #919191. Windows color (decimal): -3964571 or 6652355. OLE color: 6652355.

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

Color convert

RGB195129101-
CMYK00.340.480.24
HSL17.87º43.93%58.04%-
HSV(B)17.87º48.21%76.47%-
XYZ32.728.2416.04-
YUV145.54102.87163.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=45.88%
G=30.35%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512910100.340.480.2417.8743.9358.04
HexC381650223018122c3a
Octal3032011450426030225472
Binary1100001110000001110010101000101100001100010010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38165; }

 p { color: rgb(195,129,101); }

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

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

 a { background-color: rgb(195,129,101); }

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

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

 span { border-color: rgb(195,129,101); }

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