Html Css Color HEX #C47950 Red Damask

📋 copy color: '#C47950'

red 196 ◦ green 121 ◦ blue 80

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

Shades of Red Damask #C47950

Tints of Red Damask #C47950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.48%

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

R = 49.37%
G = 30.48%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C47950 (or 0xC47950) is known color: Red Damask. HEX triplet: C4, 79 and 50. RGB value is (196,121,80). Sum of RGB (Red+Green+Blue) = 196+121+80=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C47950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47950 is #3B86AF. Grayscale: #8A8A8A. Windows color (decimal): -3901104 or 5274052. OLE color: 5274052.

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

Color convert

RGB 196 121 80 -
CMYK 0 0.38 0.59 0.23
HSL 21.21º 0.5% 0.54% -
HSV(B) 21.21º 0.59% 0.77% -
XYZ 31.05 25.99 10.97 -
YUV 138.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 196 121 80 0 0.38 0.59 0.23 21.21 0.5 0.54
Hex C4 79 50 0 26 3B 17 15 32 36
Octal 304 171 120 0 46 73 27 25 62 66
Binary 11000100 1111001 1010000 0 100110 111011 10111 10101 110010 110110

Color Harmonies of #C47950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47950

Black with #C47950

Text Example


Text Example

White with #C47950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47950; }

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

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

background-color css

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

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

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

border-color css

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

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

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