Html Css Color HEX #C9AE7D Ecru

📋 copy color: '#C9AE7D'

red 201 ◦ green 174 ◦ blue 125

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

Shades of Ecru #C9AE7D

Tints of Ecru #C9AE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25%

R = 40.2%
G = 34.8%
B = 25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9AE7D (or 0xC9AE7D) is known color: Ecru. HEX triplet: C9, AE and 7D. RGB value is (201,174,125). Sum of RGB (Red+Green+Blue) = 201+174+125=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AE7D is #365182. Grayscale: #B0B0B0. Windows color (decimal): -3559811 or 8236745. OLE color: 8236745.

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

Color convert

RGB 201 174 125 -
CMYK 0 0.13 0.38 0.21
HSL 38.68º 0.41% 0.64% -
HSV(B) 38.68º 0.38% 0.79% -
XYZ 42.93 44.17 25.67 -
YUV 176.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 201 174 125 0 0.13 0.38 0.21 38.68 0.41 0.64
Hex C9 AE 7D 0 D 26 15 27 29 40
Octal 311 256 175 0 15 46 25 47 51 100
Binary 11001001 10101110 1111101 0 1101 100110 10101 100111 101001 1000000

Color Harmonies of #C9AE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AE7D

Black with #C9AE7D

Text Example


Text Example

White with #C9AE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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