Html Css Color HEX #C7714C Red Damask

📋 copy color: '#C7714C'

red 199 ◦ green 113 ◦ blue 76

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

Shades of Red Damask #C7714C

Tints of Red Damask #C7714C

RGB

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

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

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

R = 51.29%
G = 29.12%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7714C (or 0xC7714C) is known color: Red Damask. HEX triplet: C7, 71 and 4C. RGB value is (199,113,76). Sum of RGB (Red+Green+Blue) = 199+113+76=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7714C is #388EB3. Grayscale: #868686. Windows color (decimal): -3706548 or 5009863. OLE color: 5009863.

HSL color Cylindrical-coordinate representation of color #C7714C: hue angle of 18.05º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7714C is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 113 76 -
CMYK 0 0.43 0.62 0.22
HSL 18.05º 0.52% 0.54% -
HSV(B) 18.05º 0.62% 0.78% -
XYZ 30.76 24.47 9.94 -
YUV 134.5 94.99 174.01 -
System Red Green Blue C M Y K H S L
Decimal 199 113 76 0 0.43 0.62 0.22 18.05 0.52 0.54
Hex C7 71 4C 0 2B 3E 16 12 34 36
Octal 307 161 114 0 53 76 26 22 64 66
Binary 11000111 1110001 1001100 0 101011 111110 10110 10010 110100 110110

Color Harmonies of #C7714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7714C

Black with #C7714C

Text Example


Text Example

White with #C7714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7714C; }

 p { color: rgb(199,113,76); }

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

background-color css

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

 a { background-color: rgb(199,113,76); }

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

border-color css

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

 span { border-color: rgb(199,113,76); }

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