Html Css Color HEX #C9754F Red Damask

📋 copy color: '#C9754F'

red 201 ◦ green 117 ◦ blue 79

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

Shades of Red Damask #C9754F

Tints of Red Damask #C9754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.47%

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

R = 50.63%
G = 29.47%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9754F (or 0xC9754F) is known color: Red Damask. HEX triplet: C9, 75 and 4F. RGB value is (201,117,79). Sum of RGB (Red+Green+Blue) = 201+117+79=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9754F is #368AB0. Grayscale: #8A8A8A. Windows color (decimal): -3574449 or 5207497. OLE color: 5207497.

HSL color Cylindrical-coordinate representation of color #C9754F: hue angle of 18.69º 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 #C9754F is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 117 79 -
CMYK 0 0.42 0.61 0.21
HSL 18.69º 0.53% 0.55% -
HSV(B) 18.69º 0.61% 0.79% -
XYZ 31.86 25.7 10.68 -
YUV 137.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 201 117 79 0 0.42 0.61 0.21 18.69 0.53 0.55
Hex C9 75 4F 0 2A 3D 15 13 35 37
Octal 311 165 117 0 52 75 25 23 65 67
Binary 11001001 1110101 1001111 0 101010 111101 10101 10011 110101 110111

Color Harmonies of #C9754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9754F

Black with #C9754F

Text Example


Text Example

White with #C9754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9754F; }

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

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

background-color css

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

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

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

border-color css

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

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

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