Html Css Color HEX #C47447 Red Damask

📋 copy color: '#C47447'

red 196 ◦ green 116 ◦ blue 71

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

Shades of Red Damask #C47447

Tints of Red Damask #C47447

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.29%

 BLUE value IS 71 (28.13% from 255) = 18.54%

R = 51.17%
G = 30.29%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C47447 (or 0xC47447) is known color: Red Damask. HEX triplet: C4, 74 and 47. RGB value is (196,116,71). Sum of RGB (Red+Green+Blue) = 196+116+71=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C47447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47447 is #3B8BB8. Grayscale: #878787. Windows color (decimal): -3902393 or 4682948. OLE color: 4682948.

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

Color convert

RGB 196 116 71 -
CMYK 0 0.41 0.64 0.23
HSL 21.6º 0.51% 0.52% -
HSV(B) 21.6º 0.64% 0.77% -
XYZ 30.15 24.68 9.14 -
YUV 134.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 196 116 71 0 0.41 0.64 0.23 21.6 0.51 0.52
Hex C4 74 47 0 29 40 17 16 33 34
Octal 304 164 107 0 51 100 27 26 63 64
Binary 11000100 1110100 1000111 0 101001 1000000 10111 10110 110011 110100

Color Harmonies of #C47447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47447

Black with #C47447

Text Example


Text Example

White with #C47447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47447; }

 p { color: rgb(196,116,71); }

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

background-color css

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

 a { background-color: rgb(196,116,71); }

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

border-color css

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

 span { border-color: rgb(196,116,71); }

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