Html Css Color HEX #C5704C Red Damask

📋 copy color: '#C5704C'

red 197 ◦ green 112 ◦ blue 76

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

Shades of Red Damask #C5704C

Tints of Red Damask #C5704C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 51.17%
G = 29.09%
B = 19.74%

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

#C5704C (or 0xC5704C) is known color: Red Damask. HEX triplet: C5, 70 and 4C. RGB value is (197,112,76). Sum of RGB (Red+Green+Blue) = 197+112+76=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5704C is #3A8FB3. Grayscale: #858585. Windows color (decimal): -3837876 or 5009605. OLE color: 5009605.

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

Color convert

RGB 197 112 76 -
CMYK 0 0.43 0.61 0.23
HSL 17.85º 0.51% 0.54% -
HSV(B) 17.85º 0.61% 0.77% -
XYZ 30.12 23.98 9.88 -
YUV 133.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 197 112 76 0 0.43 0.61 0.23 17.85 0.51 0.54
Hex C5 70 4C 0 2B 3D 17 12 33 36
Octal 305 160 114 0 53 75 27 22 63 66
Binary 11000101 1110000 1001100 0 101011 111101 10111 10010 110011 110110

Color Harmonies of #C5704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5704C

Black with #C5704C

Text Example


Text Example

White with #C5704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5704C; }

 p { color: rgb(197,112,76); }

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

background-color css

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

 a { background-color: rgb(197,112,76); }

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

border-color css

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

 span { border-color: rgb(197,112,76); }

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