Html Css Color HEX #C7704F Red Damask

📋 copy color: '#C7704F'

red 199 ◦ green 112 ◦ blue 79

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

Shades of Red Damask #C7704F

Tints of Red Damask #C7704F

RGB

 RED value IS 199 (78.13% from 255) = 51.03%

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

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

R = 51.03%
G = 28.72%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7704F (or 0xC7704F) is known color: Red Damask. HEX triplet: C7, 70 and 4F. RGB value is (199,112,79). Sum of RGB (Red+Green+Blue) = 199+112+79=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7704F is #388FB0. Grayscale: #868686. Windows color (decimal): -3706801 or 5206215. OLE color: 5206215.

HSL color Cylindrical-coordinate representation of color #C7704F: hue angle of 16.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7704F is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 112 79 -
CMYK 0 0.44 0.60 0.22
HSL 16.5º 0.52% 0.55% -
HSV(B) 16.5º 0.6% 0.78% -
XYZ 30.76 24.29 10.47 -
YUV 134.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 199 112 79 0 0.44 0.60 0.22 16.5 0.52 0.55
Hex C7 70 4F 0 2C 3C 16 10 34 37
Octal 307 160 117 0 54 74 26 20 64 67
Binary 11000111 1110000 1001111 0 101100 111100 10110 10000 110100 110111

Color Harmonies of #C7704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7704F

Black with #C7704F

Text Example


Text Example

White with #C7704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7704F; }

 p { color: rgb(199,112,79); }

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

background-color css

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

 a { background-color: rgb(199,112,79); }

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

border-color css

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

 span { border-color: rgb(199,112,79); }

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