Html Css Color HEX #C9AD7E Ecru

📋 copy color: '#C9AD7E'

red 201 ◦ green 173 ◦ blue 126

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

Shades of Ecru #C9AD7E

Tints of Ecru #C9AD7E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.6%

 BLUE value IS 126 (49.61% from 255) = 25.2%

R = 40.2%
G = 34.6%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9AD7E (or 0xC9AD7E) is known color: Ecru. HEX triplet: C9, AD and 7E. RGB value is (201,173,126). Sum of RGB (Red+Green+Blue) = 201+173+126=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD7E is #365281. Grayscale: #B0B0B0. Windows color (decimal): -3560066 or 8302025. OLE color: 8302025.

HSL color Cylindrical-coordinate representation of color #C9AD7E: hue angle of 37.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9AD7E is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 173 126 -
CMYK 0 0.14 0.37 0.21
HSL 37.6º 0.41% 0.64% -
HSV(B) 37.6º 0.37% 0.79% -
XYZ 42.8 43.81 25.94 -
YUV 176.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 201 173 126 0 0.14 0.37 0.21 37.6 0.41 0.64
Hex C9 AD 7E 0 E 25 15 26 29 40
Octal 311 255 176 0 16 45 25 46 51 100
Binary 11001001 10101101 1111110 0 1110 100101 10101 100110 101001 1000000

Color Harmonies of #C9AD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD7E

Black with #C9AD7E

Text Example


Text Example

White with #C9AD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD7E; }

 p { color: rgb(201,173,126); }

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

background-color css

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

 a { background-color: rgb(201,173,126); }

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

border-color css

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

 span { border-color: rgb(201,173,126); }

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