Html Css Color HEX #C9AE81 Ecru

📋 copy color: '#C9AE81'

red 201 ◦ green 174 ◦ blue 129

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

Shades of Ecru #C9AE81

Tints of Ecru #C9AE81

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.52%

 BLUE value IS 129 (50.78% from 255) = 25.6%

R = 39.88%
G = 34.52%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C9AE81 (or 0xC9AE81) is known color: Ecru. HEX triplet: C9, AE and 81. RGB value is (201,174,129). Sum of RGB (Red+Green+Blue) = 201+174+129=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AE81 is #36517E. Grayscale: #B1B1B1. Windows color (decimal): -3559807 or 8498889. OLE color: 8498889.

HSL color Cylindrical-coordinate representation of color #C9AE81: hue angle of 37.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9AE81 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 174 129 -
CMYK 0 0.13 0.36 0.21
HSL 37.5º 0.4% 0.65% -
HSV(B) 37.5º 0.36% 0.79% -
XYZ 43.19 44.27 27.04 -
YUV 176.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 201 174 129 0 0.13 0.36 0.21 37.5 0.4 0.65
Hex C9 AE 81 0 D 24 15 26 28 41
Octal 311 256 201 0 15 44 25 46 50 101
Binary 11001001 10101110 10000001 0 1101 100100 10101 100110 101000 1000001

Color Harmonies of #C9AE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AE81

Black with #C9AE81

Text Example


Text Example

White with #C9AE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AE81; }

 p { color: rgb(201,174,129); }

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

background-color css

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

 a { background-color: rgb(201,174,129); }

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

border-color css

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

 span { border-color: rgb(201,174,129); }

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