Html Css Color HEX #C5754F Red Damask

📋 copy color: '#C5754F'

red 197 ◦ green 117 ◦ blue 79

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

Shades of Red Damask #C5754F

Tints of Red Damask #C5754F

RGB

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

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

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

R = 50.13%
G = 29.77%
B = 20.1%

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

#C5754F (or 0xC5754F) is known color: Red Damask. HEX triplet: C5, 75 and 4F. RGB value is (197,117,79). Sum of RGB (Red+Green+Blue) = 197+117+79=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5754F is #3A8AB0. Grayscale: #888888. Windows color (decimal): -3836593 or 5207493. OLE color: 5207493.

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

Color convert

RGB 197 117 79 -
CMYK 0 0.41 0.60 0.23
HSL 19.32º 0.5% 0.54% -
HSV(B) 19.32º 0.6% 0.77% -
XYZ 30.8 25.16 10.63 -
YUV 136.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 197 117 79 0 0.41 0.60 0.23 19.32 0.5 0.54
Hex C5 75 4F 0 29 3C 17 13 32 36
Octal 305 165 117 0 51 74 27 23 62 66
Binary 11000101 1110101 1001111 0 101001 111100 10111 10011 110010 110110

Color Harmonies of #C5754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5754F

Black with #C5754F

Text Example


Text Example

White with #C5754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5754F; }

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

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

background-color css

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

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

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

border-color css

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

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

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