Html Css Color HEX #C9714F Red Damask

📋 copy color: '#C9714F'

red 201 ◦ green 113 ◦ blue 79

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

Shades of Red Damask #C9714F

Tints of Red Damask #C9714F

RGB

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

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

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

R = 51.15%
G = 28.75%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9714F (or 0xC9714F) is known color: Red Damask. HEX triplet: C9, 71 and 4F. RGB value is (201,113,79). Sum of RGB (Red+Green+Blue) = 201+113+79=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9714F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9714F is #368EB0. Grayscale: #878787. Windows color (decimal): -3575473 or 5206473. OLE color: 5206473.

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

Color convert

RGB 201 113 79 -
CMYK 0 0.44 0.61 0.21
HSL 16.72º 0.53% 0.55% -
HSV(B) 16.72º 0.61% 0.79% -
XYZ 31.4 24.79 10.53 -
YUV 135.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 201 113 79 0 0.44 0.61 0.21 16.72 0.53 0.55
Hex C9 71 4F 0 2C 3D 15 11 35 37
Octal 311 161 117 0 54 75 25 21 65 67
Binary 11001001 1110001 1001111 0 101100 111101 10101 10001 110101 110111

Color Harmonies of #C9714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9714F

Black with #C9714F

Text Example


Text Example

White with #C9714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9714F; }

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

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

background-color css

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

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

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

border-color css

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

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

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