Html Css Color HEX #C47E61 Burning Sand

📋 copy color: '#C47E61'

red 196 ◦ green 126 ◦ blue 97

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

Shades of Burning Sand #C47E61

Tints of Burning Sand #C47E61

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 97 (38.28% from 255) = 23.15%

R = 46.78%
G = 30.07%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C47E61 (or 0xC47E61) is known color: Burning Sand. HEX triplet: C4, 7E and 61. RGB value is (196,126,97). Sum of RGB (Red+Green+Blue) = 196+126+97=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47E61 is #3B819E. Grayscale: #8F8F8F. Windows color (decimal): -3899807 or 6389444. OLE color: 6389444.

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

Color convert

RGB 196 126 97 -
CMYK 0 0.36 0.51 0.23
HSL 17.58º 0.46% 0.57% -
HSV(B) 17.58º 0.51% 0.77% -
XYZ 32.38 27.52 14.91 -
YUV 143.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 196 126 97 0 0.36 0.51 0.23 17.58 0.46 0.57
Hex C4 7E 61 0 24 33 17 12 2E 39
Octal 304 176 141 0 44 63 27 22 56 71
Binary 11000100 1111110 1100001 0 100100 110011 10111 10010 101110 111001

Color Harmonies of #C47E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E61

Black with #C47E61

Text Example


Text Example

White with #C47E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E61; }

 p { color: rgb(196,126,97); }

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

background-color css

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

 a { background-color: rgb(196,126,97); }

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

border-color css

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

 span { border-color: rgb(196,126,97); }

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