Html Css Color HEX #C47F5B Burning Sand

📋 copy color: '#C47F5B'

red 196 ◦ green 127 ◦ blue 91

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

Shades of Burning Sand #C47F5B

Tints of Burning Sand #C47F5B

RGB

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

 GREEN value IS 127 (50% from 255) = 30.68%

 BLUE value IS 91 (35.94% from 255) = 21.98%

R = 47.34%
G = 30.68%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C47F5B (or 0xC47F5B) is known color: Burning Sand. HEX triplet: C4, 7F and 5B. RGB value is (196,127,91). Sum of RGB (Red+Green+Blue) = 196+127+91=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F5B is #3B80A4. Grayscale: #8F8F8F. Windows color (decimal): -3899557 or 5996484. OLE color: 5996484.

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

Color convert

RGB 196 127 91 -
CMYK 0 0.35 0.54 0.23
HSL 20.57º 0.47% 0.56% -
HSV(B) 20.57º 0.54% 0.77% -
XYZ 32.24 27.67 13.54 -
YUV 143.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 196 127 91 0 0.35 0.54 0.23 20.57 0.47 0.56
Hex C4 7F 5B 0 23 36 17 15 2F 38
Octal 304 177 133 0 43 66 27 25 57 70
Binary 11000100 1111111 1011011 0 100011 110110 10111 10101 101111 111000

Color Harmonies of #C47F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F5B

Black with #C47F5B

Text Example


Text Example

White with #C47F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F5B; }

 p { color: rgb(196,127,91); }

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

background-color css

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

 a { background-color: rgb(196,127,91); }

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

border-color css

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

 span { border-color: rgb(196,127,91); }

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