Html Css Color HEX #C47A4F Red Damask

📋 copy color: '#C47A4F'

red 196 ◦ green 122 ◦ blue 79

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

Shades of Red Damask #C47A4F

Tints of Red Damask #C47A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.9%

R = 49.37%
G = 30.73%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C47A4F (or 0xC47A4F) is known color: Red Damask. HEX triplet: C4, 7A and 4F. RGB value is (196,122,79). Sum of RGB (Red+Green+Blue) = 196+122+79=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A4F is #3B85B0. Grayscale: #8B8B8B. Windows color (decimal): -3900849 or 5208772. OLE color: 5208772.

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

Color convert

RGB 196 122 79 -
CMYK 0 0.38 0.60 0.23
HSL 22.05º 0.5% 0.54% -
HSV(B) 22.05º 0.6% 0.77% -
XYZ 31.14 26.22 10.82 -
YUV 139.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 196 122 79 0 0.38 0.60 0.23 22.05 0.5 0.54
Hex C4 7A 4F 0 26 3C 17 16 32 36
Octal 304 172 117 0 46 74 27 26 62 66
Binary 11000100 1111010 1001111 0 100110 111100 10111 10110 110010 110110

Color Harmonies of #C47A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A4F

Black with #C47A4F

Text Example


Text Example

White with #C47A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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