Html Css Color HEX #C5754E Red Damask

📋 copy color: '#C5754E'

red 197 ◦ green 117 ◦ blue 78

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

Shades of Red Damask #C5754E

Tints of Red Damask #C5754E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

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

R = 50.26%
G = 29.85%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5754E (or 0xC5754E) is known color: Red Damask. HEX triplet: C5, 75 and 4E. RGB value is (197,117,78). Sum of RGB (Red+Green+Blue) = 197+117+78=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5754E is #3A8AB1. Grayscale: #888888. Windows color (decimal): -3836594 or 5141957. OLE color: 5141957.

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

Color convert

RGB 197 117 78 -
CMYK 0 0.41 0.60 0.23
HSL 19.66º 0.51% 0.54% -
HSV(B) 19.66º 0.6% 0.77% -
XYZ 30.76 25.14 10.44 -
YUV 136.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 197 117 78 0 0.41 0.60 0.23 19.66 0.51 0.54
Hex C5 75 4E 0 29 3C 17 14 33 36
Octal 305 165 116 0 51 74 27 24 63 66
Binary 11000101 1110101 1001110 0 101001 111100 10111 10100 110011 110110

Color Harmonies of #C5754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5754E

Black with #C5754E

Text Example


Text Example

White with #C5754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5754E; }

 p { color: rgb(197,117,78); }

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

background-color css

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

 a { background-color: rgb(197,117,78); }

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

border-color css

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

 span { border-color: rgb(197,117,78); }

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