Html Css Color HEX #C5714D Red Damask

📋 copy color: '#C5714D'

red 197 ◦ green 113 ◦ blue 77

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

Shades of Red Damask #C5714D

Tints of Red Damask #C5714D

RGB

 RED value IS 197 (77.34% from 255) = 50.9%

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

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

R = 50.9%
G = 29.2%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5714D (or 0xC5714D) is known color: Red Damask. HEX triplet: C5, 71 and 4D. RGB value is (197,113,77). Sum of RGB (Red+Green+Blue) = 197+113+77=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5714D is #3A8EB2. Grayscale: #868686. Windows color (decimal): -3837619 or 5075397. OLE color: 5075397.

HSL color Cylindrical-coordinate representation of color #C5714D: hue angle of 18º degrees, saturation: 0.51, 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 #C5714D is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 113 77 -
CMYK 0 0.43 0.61 0.23
HSL 18º 0.51% 0.54% -
HSV(B) 18º 0.61% 0.77% -
XYZ 30.27 24.22 10.1 -
YUV 134.01 95.83 172.93 -
System Red Green Blue C M Y K H S L
Decimal 197 113 77 0 0.43 0.61 0.23 18 0.51 0.54
Hex C5 71 4D 0 2B 3D 17 12 33 36
Octal 305 161 115 0 53 75 27 22 63 66
Binary 11000101 1110001 1001101 0 101011 111101 10111 10010 110011 110110

Color Harmonies of #C5714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5714D

Black with #C5714D

Text Example


Text Example

White with #C5714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5714D; }

 p { color: rgb(197,113,77); }

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

background-color css

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

 a { background-color: rgb(197,113,77); }

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

border-color css

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

 span { border-color: rgb(197,113,77); }

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