Html Css Color HEX #C47D57 Burning Sand

📋 copy color: '#C47D57'

red 196 ◦ green 125 ◦ blue 87

#C47D57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #C47D57

Tints of Burning Sand #C47D57

RGB

 RED value IS 196 (76.95% from 255) = 48.04%

 GREEN value IS 125 (49.22% from 255) = 30.64%

 BLUE value IS 87 (34.38% from 255) = 21.32%

R = 48.04%
G = 30.64%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C47D57 (or 0xC47D57) is known color: Burning Sand. HEX triplet: C4, 7D and 57. RGB value is (196,125,87). Sum of RGB (Red+Green+Blue) = 196+125+87=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D57 is #3B82A8. Grayscale: #8E8E8E. Windows color (decimal): -3900073 or 5733828. OLE color: 5733828.

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

Color convert

RGB 196 125 87 -
CMYK 0 0.36 0.56 0.23
HSL 20.92º 0.48% 0.55% -
HSV(B) 20.92º 0.56% 0.77% -
XYZ 31.82 27.09 12.57 -
YUV 141.9 97.02 166.59 -
System Red Green Blue C M Y K H S L
Decimal 196 125 87 0 0.36 0.56 0.23 20.92 0.48 0.55
Hex C4 7D 57 0 24 38 17 15 30 37
Octal 304 175 127 0 44 70 27 25 60 67
Binary 11000100 1111101 1010111 0 100100 111000 10111 10101 110000 110111

Color Harmonies of #C47D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D57

Black with #C47D57

Text Example


Text Example

White with #C47D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D57; }

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

 H1.HeaderClassName
 {
   color: #C47D57;
 }
 .AnyTagClassName
 {
   color: #C47D57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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