Html Css Color HEX #C47A4E Red Damask

📋 copy color: '#C47A4E'

red 196 ◦ green 122 ◦ blue 78

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

Shades of Red Damask #C47A4E

Tints of Red Damask #C47A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.7%

R = 49.49%
G = 30.81%
B = 19.7%

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

#C47A4E (or 0xC47A4E) is known color: Red Damask. HEX triplet: C4, 7A and 4E. RGB value is (196,122,78). Sum of RGB (Red+Green+Blue) = 196+122+78=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A4E is #3B85B1. Grayscale: #8B8B8B. Windows color (decimal): -3900850 or 5143236. OLE color: 5143236.

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

Color convert

RGB 196 122 78 -
CMYK 0 0.38 0.60 0.23
HSL 22.37º 0.5% 0.54% -
HSV(B) 22.37º 0.6% 0.77% -
XYZ 31.1 26.2 10.63 -
YUV 139.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 196 122 78 0 0.38 0.60 0.23 22.37 0.5 0.54
Hex C4 7A 4E 0 26 3C 17 16 32 36
Octal 304 172 116 0 46 74 27 26 62 66
Binary 11000100 1111010 1001110 0 100110 111100 10111 10110 110010 110110

Color Harmonies of #C47A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A4E

Black with #C47A4E

Text Example


Text Example

White with #C47A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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