Html Css Color HEX #C47749 Red Damask

📋 copy color: '#C47749'

red 196 ◦ green 119 ◦ blue 73

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

Shades of Red Damask #C47749

Tints of Red Damask #C47749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.67%

 BLUE value IS 73 (28.91% from 255) = 18.81%

R = 50.52%
G = 30.67%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C47749 (or 0xC47749) is known color: Red Damask. HEX triplet: C4, 77 and 49. RGB value is (196,119,73). Sum of RGB (Red+Green+Blue) = 196+119+73=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C47749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47749 is #3B88B6. Grayscale: #898989. Windows color (decimal): -3901623 or 4814788. OLE color: 4814788.

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

Color convert

RGB 196 119 73 -
CMYK 0 0.39 0.63 0.23
HSL 22.44º 0.51% 0.53% -
HSV(B) 22.44º 0.63% 0.77% -
XYZ 30.56 25.41 9.6 -
YUV 136.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 196 119 73 0 0.39 0.63 0.23 22.44 0.51 0.53
Hex C4 77 49 0 27 3F 17 16 33 35
Octal 304 167 111 0 47 77 27 26 63 65
Binary 11000100 1110111 1001001 0 100111 111111 10111 10110 110011 110101

Color Harmonies of #C47749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47749

Black with #C47749

Text Example


Text Example

White with #C47749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47749; }

 p { color: rgb(196,119,73); }

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

background-color css

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

 a { background-color: rgb(196,119,73); }

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

border-color css

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

 span { border-color: rgb(196,119,73); }

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