Html Css Color HEX #C9B07D Ecru

📋 copy color: '#C9B07D'

red 201 ◦ green 176 ◦ blue 125

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

Shades of Ecru #C9B07D

Tints of Ecru #C9B07D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.06%

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

R = 40.04%
G = 35.06%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9B07D (or 0xC9B07D) is known color: Ecru. HEX triplet: C9, B0 and 7D. RGB value is (201,176,125). Sum of RGB (Red+Green+Blue) = 201+176+125=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B07D is #364F82. Grayscale: #B1B1B1. Windows color (decimal): -3559299 or 8237257. OLE color: 8237257.

HSL color Cylindrical-coordinate representation of color #C9B07D: hue angle of 40.26º 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 #C9B07D is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 176 125 -
CMYK 0 0.12 0.38 0.21
HSL 40.26º 0.41% 0.64% -
HSV(B) 40.26º 0.38% 0.79% -
XYZ 43.31 44.95 25.8 -
YUV 177.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 201 176 125 0 0.12 0.38 0.21 40.26 0.41 0.64
Hex C9 B0 7D 0 C 26 15 28 29 40
Octal 311 260 175 0 14 46 25 50 51 100
Binary 11001001 10110000 1111101 0 1100 100110 10101 101000 101001 1000000

Color Harmonies of #C9B07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B07D

Black with #C9B07D

Text Example


Text Example

White with #C9B07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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