Html Css Color HEX #C47C5B Burning Sand

📋 copy color: '#C47C5B'

red 196 ◦ green 124 ◦ blue 91

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

Shades of Burning Sand #C47C5B

Tints of Burning Sand #C47C5B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.17%

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

R = 47.69%
G = 30.17%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C47C5B (or 0xC47C5B) is known color: Burning Sand. HEX triplet: C4, 7C and 5B. RGB value is (196,124,91). Sum of RGB (Red+Green+Blue) = 196+124+91=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C5B is #3B83A4. Grayscale: #8D8D8D. Windows color (decimal): -3900325 or 5995716. OLE color: 5995716.

HSL color Cylindrical-coordinate representation of color #C47C5B: hue angle of 18.86º 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 #C47C5B is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 124 91 -
CMYK 0 0.37 0.54 0.23
HSL 18.86º 0.47% 0.56% -
HSV(B) 18.86º 0.54% 0.77% -
XYZ 31.86 26.91 13.41 -
YUV 141.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 196 124 91 0 0.37 0.54 0.23 18.86 0.47 0.56
Hex C4 7C 5B 0 25 36 17 13 2F 38
Octal 304 174 133 0 45 66 27 23 57 70
Binary 11000100 1111100 1011011 0 100101 110110 10111 10011 101111 111000

Color Harmonies of #C47C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C5B

Black with #C47C5B

Text Example


Text Example

White with #C47C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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