Html Css Color HEX #C47251 Red Damask

📋 copy color: '#C47251'

red 196 ◦ green 114 ◦ blue 81

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

Shades of Red Damask #C47251

Tints of Red Damask #C47251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.16%

 BLUE value IS 81 (32.03% from 255) = 20.72%

R = 50.13%
G = 29.16%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C47251 (or 0xC47251) is known color: Red Damask. HEX triplet: C4, 72 and 51. RGB value is (196,114,81). Sum of RGB (Red+Green+Blue) = 196+114+81=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C47251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47251 is #3B8DAE. Grayscale: #868686. Windows color (decimal): -3902895 or 5337796. OLE color: 5337796.

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

Color convert

RGB 196 114 81 -
CMYK 0 0.42 0.59 0.23
HSL 17.22º 0.49% 0.54% -
HSV(B) 17.22º 0.59% 0.77% -
XYZ 30.27 24.36 10.89 -
YUV 134.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 196 114 81 0 0.42 0.59 0.23 17.22 0.49 0.54
Hex C4 72 51 0 2A 3B 17 11 31 36
Octal 304 162 121 0 52 73 27 21 61 66
Binary 11000100 1110010 1010001 0 101010 111011 10111 10001 110001 110110

Color Harmonies of #C47251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47251

Black with #C47251

Text Example


Text Example

White with #C47251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47251; }

 p { color: rgb(196,114,81); }

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

background-color css

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

 a { background-color: rgb(196,114,81); }

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

border-color css

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

 span { border-color: rgb(196,114,81); }

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