#C37F65

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

Shades of Burning Sand #C37F65

Tints of Burning Sand #C37F65

Color information

#C37F65 (or 0xC37F65) is unknown color: approx Burning Sand. HEX triplet: C3, 7F and 65. RGB value is (195,127,101). Sum of RGB (Red+Green+Blue) = 195+127+101=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F65 is #3C809A. Grayscale: #909090. Windows color (decimal): -3965083 or 6651843. OLE color: 6651843.

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

Color convert

RGB195127101-
CMYK00.350.480.24
HSL16.6º43.93%58.04%-
HSV(B)16.6º48.21%76.47%-
XYZ32.4427.7215.95-
YUV144.37103.53164.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=46.10%
G=30.02%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512710100.350.480.2416.643.9358.04
HexC37F650233018112c3a
Octal3031771450436030215472
Binary110000111111111110010101000111100001100010001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F65; }

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

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

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

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

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

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

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

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