#C38265

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

Shades of Burning Sand #C38265

Tints of Burning Sand #C38265

Color information

#C38265 (or 0xC38265) is unknown color: approx Burning Sand. HEX triplet: C3, 82 and 65. RGB value is (195,130,101). Sum of RGB (Red+Green+Blue) = 195+130+101=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C38265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38265 is #3C7D9A. Grayscale: #929292. Windows color (decimal): -3964315 or 6652611. OLE color: 6652611.

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

Color convert

RGB195130101-
CMYK00.330.480.24
HSL18.51º43.93%58.04%-
HSV(B)18.51º48.21%76.47%-
XYZ32.8428.5116.08-
YUV146.13102.53162.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 101 (39.84% from 255) = 23.71%
R=45.77%
G=30.52%
B=23.71%

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
Decimal19513010100.330.480.2418.5143.9358.04
HexC382650213018132c3a
Octal3032021450416030235472
Binary1100001110000010110010101000011100001100010011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38265; }

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

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

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

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

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

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

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

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