Html Css Color HEX #C47A4D Red Damask

📋 copy color: '#C47A4D'

red 196 ◦ green 122 ◦ blue 77

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

Shades of Red Damask #C47A4D

Tints of Red Damask #C47A4D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.89%

 BLUE value IS 77 (30.47% from 255) = 19.49%

R = 49.62%
G = 30.89%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C47A4D (or 0xC47A4D) is known color: Red Damask. HEX triplet: C4, 7A and 4D. RGB value is (196,122,77). Sum of RGB (Red+Green+Blue) = 196+122+77=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A4D is #3B85B2. Grayscale: #8B8B8B. Windows color (decimal): -3900851 or 5077700. OLE color: 5077700.

HSL color Cylindrical-coordinate representation of color #C47A4D: hue angle of 22.69º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C47A4D is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 122 77 -
CMYK 0 0.38 0.61 0.23
HSL 22.69º 0.5% 0.54% -
HSV(B) 22.69º 0.61% 0.77% -
XYZ 31.06 26.19 10.44 -
YUV 139 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 196 122 77 0 0.38 0.61 0.23 22.69 0.5 0.54
Hex C4 7A 4D 0 26 3D 17 17 32 36
Octal 304 172 115 0 46 75 27 27 62 66
Binary 11000100 1111010 1001101 0 100110 111101 10111 10111 110010 110110

Color Harmonies of #C47A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A4D

Black with #C47A4D

Text Example


Text Example

White with #C47A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A4D; }

 p { color: rgb(196,122,77); }

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

background-color css

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

 a { background-color: rgb(196,122,77); }

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

border-color css

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

 span { border-color: rgb(196,122,77); }

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