Html Css Color HEX #C9714C Red Damask

📋 copy color: '#C9714C'

red 201 ◦ green 113 ◦ blue 76

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

Shades of Red Damask #C9714C

Tints of Red Damask #C9714C

RGB

 RED value IS 201 (78.91% from 255) = 51.54%

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

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

R = 51.54%
G = 28.97%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9714C (or 0xC9714C) is known color: Red Damask. HEX triplet: C9, 71 and 4C. RGB value is (201,113,76). Sum of RGB (Red+Green+Blue) = 201+113+76=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9714C is #368EB3. Grayscale: #878787. Windows color (decimal): -3575476 or 5009865. OLE color: 5009865.

HSL color Cylindrical-coordinate representation of color #C9714C: hue angle of 17.76º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9714C is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 113 76 -
CMYK 0 0.44 0.62 0.21
HSL 17.76º 0.54% 0.54% -
HSV(B) 17.76º 0.62% 0.79% -
XYZ 31.3 24.75 9.97 -
YUV 135.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 201 113 76 0 0.44 0.62 0.21 17.76 0.54 0.54
Hex C9 71 4C 0 2C 3E 15 12 36 36
Octal 311 161 114 0 54 76 25 22 66 66
Binary 11001001 1110001 1001100 0 101100 111110 10101 10010 110110 110110

Color Harmonies of #C9714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9714C

Black with #C9714C

Text Example


Text Example

White with #C9714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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