Html Css Color HEX #C9B478 Ecru

📋 copy color: '#C9B478'

red 201 ◦ green 180 ◦ blue 120

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

Shades of Ecru #C9B478

Tints of Ecru #C9B478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.95%

R = 40.12%
G = 35.93%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C9B478 (or 0xC9B478) is known color: Ecru. HEX triplet: C9, B4 and 78. RGB value is (201,180,120). Sum of RGB (Red+Green+Blue) = 201+180+120=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B478 is #364B87. Grayscale: #B3B3B3. Windows color (decimal): -3558280 or 7910601. OLE color: 7910601.

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

Color convert

RGB 201 180 120 -
CMYK 0 0.10 0.40 0.21
HSL 44.44º 0.43% 0.63% -
HSV(B) 44.44º 0.4% 0.79% -
XYZ 43.8 46.42 24.42 -
YUV 179.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 201 180 120 0 0.10 0.40 0.21 44.44 0.43 0.63
Hex C9 B4 78 0 A 28 15 2C 2B 3F
Octal 311 264 170 0 12 50 25 54 53 77
Binary 11001001 10110100 1111000 0 1010 101000 10101 101100 101011 111111

Color Harmonies of #C9B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B478

Black with #C9B478

Text Example


Text Example

White with #C9B478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B478; }

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

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

background-color css

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

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

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

border-color css

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

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

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