Html Css Color HEX #C47648 Red Damask

📋 copy color: '#C47648'

red 196 ◦ green 118 ◦ blue 72

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

Shades of Red Damask #C47648

Tints of Red Damask #C47648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.57%

 BLUE value IS 72 (28.52% from 255) = 18.65%

R = 50.78%
G = 30.57%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C47648 (or 0xC47648) is known color: Red Damask. HEX triplet: C4, 76 and 48. RGB value is (196,118,72). Sum of RGB (Red+Green+Blue) = 196+118+72=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C47648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47648 is #3B89B7. Grayscale: #888888. Windows color (decimal): -3901880 or 4748996. OLE color: 4748996.

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

Color convert

RGB 196 118 72 -
CMYK 0 0.40 0.63 0.23
HSL 22.26º 0.51% 0.53% -
HSV(B) 22.26º 0.63% 0.77% -
XYZ 30.41 25.16 9.38 -
YUV 136.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 196 118 72 0 0.40 0.63 0.23 22.26 0.51 0.53
Hex C4 76 48 0 28 3F 17 16 33 35
Octal 304 166 110 0 50 77 27 26 63 65
Binary 11000100 1110110 1001000 0 101000 111111 10111 10110 110011 110101

Color Harmonies of #C47648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47648

Black with #C47648

Text Example


Text Example

White with #C47648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47648; }

 p { color: rgb(196,118,72); }

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

background-color css

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

 a { background-color: rgb(196,118,72); }

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

border-color css

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

 span { border-color: rgb(196,118,72); }

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