Html Css Color HEX #C9714B Red Damask

📋 copy color: '#C9714B'

red 201 ◦ green 113 ◦ blue 75

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

Shades of Red Damask #C9714B

Tints of Red Damask #C9714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 51.67%
G = 29.05%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9714B (or 0xC9714B) is known color: Red Damask. HEX triplet: C9, 71 and 4B. RGB value is (201,113,75). Sum of RGB (Red+Green+Blue) = 201+113+75=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9714B is #368EB4. Grayscale: #878787. Windows color (decimal): -3575477 or 4944329. OLE color: 4944329.

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

Color convert

RGB 201 113 75 -
CMYK 0 0.44 0.63 0.21
HSL 18.1º 0.54% 0.54% -
HSV(B) 18.1º 0.63% 0.79% -
XYZ 31.26 24.74 9.78 -
YUV 134.98 94.15 175.09 -
System Red Green Blue C M Y K H S L
Decimal 201 113 75 0 0.44 0.63 0.21 18.1 0.54 0.54
Hex C9 71 4B 0 2C 3F 15 12 36 36
Octal 311 161 113 0 54 77 25 22 66 66
Binary 11001001 1110001 1001011 0 101100 111111 10101 10010 110110 110110

Color Harmonies of #C9714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9714B

Black with #C9714B

Text Example


Text Example

White with #C9714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9714B; }

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

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

background-color css

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

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

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

border-color css

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

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

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