Html Css Color HEX #C47150 Red Damask

📋 copy color: '#C47150'

red 196 ◦ green 113 ◦ blue 80

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

Shades of Red Damask #C47150

Tints of Red Damask #C47150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.05%

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

R = 50.39%
G = 29.05%
B = 20.57%

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

#C47150 (or 0xC47150) is known color: Red Damask. HEX triplet: C4, 71 and 50. RGB value is (196,113,80). Sum of RGB (Red+Green+Blue) = 196+113+80=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C47150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47150 is #3B8EAF. Grayscale: #868686. Windows color (decimal): -3903152 or 5272004. OLE color: 5272004.

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

Color convert

RGB 196 113 80 -
CMYK 0 0.42 0.59 0.23
HSL 17.07º 0.5% 0.54% -
HSV(B) 17.07º 0.59% 0.77% -
XYZ 30.12 24.13 10.66 -
YUV 134.06 97.5 172.18 -
System Red Green Blue C M Y K H S L
Decimal 196 113 80 0 0.42 0.59 0.23 17.07 0.5 0.54
Hex C4 71 50 0 2A 3B 17 11 32 36
Octal 304 161 120 0 52 73 27 21 62 66
Binary 11000100 1110001 1010000 0 101010 111011 10111 10001 110010 110110

Color Harmonies of #C47150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47150

Black with #C47150

Text Example


Text Example

White with #C47150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47150; }

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

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

background-color css

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

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

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

border-color css

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

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

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