Html Css Color HEX #C47450 Red Damask

📋 copy color: '#C47450'

red 196 ◦ green 116 ◦ blue 80

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

Shades of Red Damask #C47450

Tints of Red Damask #C47450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.59%

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

R = 50%
G = 29.59%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C47450 (or 0xC47450) is known color: Red Damask. HEX triplet: C4, 74 and 50. RGB value is (196,116,80). Sum of RGB (Red+Green+Blue) = 196+116+80=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C47450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47450 is #3B8BAF. Grayscale: #888888. Windows color (decimal): -3902384 or 5272772. OLE color: 5272772.

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

Color convert

RGB 196 116 80 -
CMYK 0 0.41 0.59 0.23
HSL 18.62º 0.5% 0.54% -
HSV(B) 18.62º 0.59% 0.77% -
XYZ 30.46 24.81 10.77 -
YUV 135.82 96.5 170.93 -
System Red Green Blue C M Y K H S L
Decimal 196 116 80 0 0.41 0.59 0.23 18.62 0.5 0.54
Hex C4 74 50 0 29 3B 17 13 32 36
Octal 304 164 120 0 51 73 27 23 62 66
Binary 11000100 1110100 1010000 0 101001 111011 10111 10011 110010 110110

Color Harmonies of #C47450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47450

Black with #C47450

Text Example


Text Example

White with #C47450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47450; }

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

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

background-color css

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

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

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

border-color css

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

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

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