#C47D65

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

Shades of Burning Sand #C47D65

Tints of Burning Sand #C47D65

Color information

#C47D65 (or 0xC47D65) is unknown color: approx Burning Sand. HEX triplet: C4, 7D and 65. RGB value is (196,125,101). Sum of RGB (Red+Green+Blue) = 196+125+101=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D65 is #3B829A. Grayscale: #8F8F8F. Windows color (decimal): -3900059 or 6651332. OLE color: 6651332.

HSL color Cylindrical-coordinate representation of color #C47D65: hue angle of 15.16º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C47D65 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB196125101-
CMYK00.360.480.23
HSL15.16º44.6%58.24%-
HSV(B)15.16º48.47%76.86%-
XYZ32.4527.3415.88-
YUV143.49104.02165.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 125 (49.22% from 255) = 29.62%
BLUE value IS 101 (39.84% from 255) = 23.93%
R=46.45%
G=29.62%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612510100.360.480.2315.1644.658.24
HexC47D650243017f2d3a
Octal3041751450446027175572
Binary11000100111110111001010100100110000101111111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D65; }

 p { color: rgb(196,125,101); }

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

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

 a { background-color: rgb(196,125,101); }

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

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

 span { border-color: rgb(196,125,101); }

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