#C38365

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

Shades of Burning Sand #C38365

Tints of Burning Sand #C38365

Color information

#C38365 (or 0xC38365) is unknown color: approx Burning Sand. HEX triplet: C3, 83 and 65. RGB value is (195,131,101). Sum of RGB (Red+Green+Blue) = 195+131+101=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38365 is #3C7C9A. Grayscale: #929292. Windows color (decimal): -3964059 or 6652867. OLE color: 6652867.

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

Color convert

RGB195131101-
CMYK00.330.480.24
HSL19.15º43.93%58.04%-
HSV(B)19.15º48.21%76.47%-
XYZ32.9728.7716.13-
YUV146.72102.2162.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 101 (39.84% from 255) = 23.65%
R=45.67%
G=30.68%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513110100.330.480.2419.1543.9358.04
HexC383650213018132c3a
Octal3032031450416030235472
Binary1100001110000011110010101000011100001100010011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38365; }

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

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

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

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

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

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

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

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