Html Css Color HEX #C47C50 Raw Sienna

📋 copy color: '#C47C50'

red 196 ◦ green 124 ◦ blue 80

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

Shades of Raw Sienna #C47C50

Tints of Raw Sienna #C47C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20%

R = 49%
G = 31%
B = 20%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C47C50 (or 0xC47C50) is known color: Raw Sienna. HEX triplet: C4, 7C and 50. RGB value is (196,124,80). Sum of RGB (Red+Green+Blue) = 196+124+80=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C50 is #3B83AF. Grayscale: #8C8C8C. Windows color (decimal): -3900336 or 5274820. OLE color: 5274820.

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

Color convert

RGB 196 124 80 -
CMYK 0 0.37 0.59 0.23
HSL 22.76º 0.5% 0.54% -
HSV(B) 22.76º 0.59% 0.77% -
XYZ 31.42 26.73 11.09 -
YUV 140.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 196 124 80 0 0.37 0.59 0.23 22.76 0.5 0.54
Hex C4 7C 50 0 25 3B 17 17 32 36
Octal 304 174 120 0 45 73 27 27 62 66
Binary 11000100 1111100 1010000 0 100101 111011 10111 10111 110010 110110

Color Harmonies of #C47C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C50

Black with #C47C50

Text Example


Text Example

White with #C47C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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