#C47B64

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

Shades of Burning Sand #C47B64

Tints of Burning Sand #C47B64

Color information

#C47B64 (or 0xC47B64) is unknown color: approx Burning Sand. HEX triplet: C4, 7B and 64. RGB value is (196,123,100). Sum of RGB (Red+Green+Blue) = 196+123+100=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B64 is #3B849B. Grayscale: #8E8E8E. Windows color (decimal): -3900572 or 6585284. OLE color: 6585284.

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

Color convert

RGB196123100-
CMYK00.370.490.23
HSL14.38º44.86%58.04%-
HSV(B)14.38º48.98%76.86%-
XYZ32.1526.8215.54-
YUV142.21104.18166.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 123 (48.44% from 255) = 29.36%
BLUE value IS 100 (39.45% from 255) = 23.87%
R=46.78%
G=29.36%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612310000.370.490.2314.3844.8658.04
HexC47B640253117e2d3a
Octal3041731440456127165572
Binary11000100111101111001000100101110001101111110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47B64; }

 p { color: rgb(196,123,100); }

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

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

 a { background-color: rgb(196,123,100); }

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

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

 span { border-color: rgb(196,123,100); }

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