Html Css Color HEX #C9754E Red Damask

📋 copy color: '#C9754E'

red 201 ◦ green 117 ◦ blue 78

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

Shades of Red Damask #C9754E

Tints of Red Damask #C9754E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.7%

R = 50.76%
G = 29.55%
B = 19.7%

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

#C9754E (or 0xC9754E) is known color: Red Damask. HEX triplet: C9, 75 and 4E. RGB value is (201,117,78). Sum of RGB (Red+Green+Blue) = 201+117+78=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9754E is #368AB1. Grayscale: #898989. Windows color (decimal): -3574450 or 5141961. OLE color: 5141961.

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

Color convert

RGB 201 117 78 -
CMYK 0 0.42 0.61 0.21
HSL 19.02º 0.53% 0.55% -
HSV(B) 19.02º 0.61% 0.79% -
XYZ 31.82 25.69 10.49 -
YUV 137.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 201 117 78 0 0.42 0.61 0.21 19.02 0.53 0.55
Hex C9 75 4E 0 2A 3D 15 13 35 37
Octal 311 165 116 0 52 75 25 23 65 67
Binary 11001001 1110101 1001110 0 101010 111101 10101 10011 110101 110111

Color Harmonies of #C9754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9754E

Black with #C9754E

Text Example


Text Example

White with #C9754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9754E; }

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

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

background-color css

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

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

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

border-color css

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

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

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