Html Css Color HEX #C9B477 Ecru

📋 copy color: '#C9B477'

red 201 ◦ green 180 ◦ blue 119

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

Shades of Ecru #C9B477

Tints of Ecru #C9B477

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36%

 BLUE value IS 119 (46.88% from 255) = 23.8%

R = 40.2%
G = 36%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C9B477 (or 0xC9B477) is known color: Ecru. HEX triplet: C9, B4 and 77. RGB value is (201,180,119). Sum of RGB (Red+Green+Blue) = 201+180+119=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B477 is #364B88. Grayscale: #B3B3B3. Windows color (decimal): -3558281 or 7845065. OLE color: 7845065.

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

Color convert

RGB 201 180 119 -
CMYK 0 0.10 0.41 0.21
HSL 44.63º 0.43% 0.63% -
HSV(B) 44.63º 0.41% 0.79% -
XYZ 43.74 46.39 24.1 -
YUV 179.33 93.96 143.46 -
System Red Green Blue C M Y K H S L
Decimal 201 180 119 0 0.10 0.41 0.21 44.63 0.43 0.63
Hex C9 B4 77 0 A 29 15 2D 2B 3F
Octal 311 264 167 0 12 51 25 55 53 77
Binary 11001001 10110100 1110111 0 1010 101001 10101 101101 101011 111111

Color Harmonies of #C9B477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B477

Black with #C9B477

Text Example


Text Example

White with #C9B477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B477; }

 p { color: rgb(201,180,119); }

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

background-color css

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

 a { background-color: rgb(201,180,119); }

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

border-color css

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

 span { border-color: rgb(201,180,119); }

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