Html Css Color HEX #C47650 Red Damask

📋 copy color: '#C47650'

red 196 ◦ green 118 ◦ blue 80

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

Shades of Red Damask #C47650

Tints of Red Damask #C47650

RGB

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

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

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

R = 49.75%
G = 29.95%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C47650 (or 0xC47650) is known color: Red Damask. HEX triplet: C4, 76 and 50. RGB value is (196,118,80). Sum of RGB (Red+Green+Blue) = 196+118+80=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C47650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47650 is #3B89AF. Grayscale: #898989. Windows color (decimal): -3901872 or 5273284. OLE color: 5273284.

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

Color convert

RGB 196 118 80 -
CMYK 0 0.40 0.59 0.23
HSL 19.66º 0.5% 0.54% -
HSV(B) 19.66º 0.59% 0.77% -
XYZ 30.69 25.27 10.85 -
YUV 136.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 196 118 80 0 0.40 0.59 0.23 19.66 0.5 0.54
Hex C4 76 50 0 28 3B 17 14 32 36
Octal 304 166 120 0 50 73 27 24 62 66
Binary 11000100 1110110 1010000 0 101000 111011 10111 10100 110010 110110

Color Harmonies of #C47650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47650

Black with #C47650

Text Example


Text Example

White with #C47650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47650; }

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

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

background-color css

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

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

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

border-color css

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

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

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