Html Css Color HEX #C8AD7E Ecru

📋 copy color: '#C8AD7E'

red 200 ◦ green 173 ◦ blue 126

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

Shades of Ecru #C8AD7E

Tints of Ecru #C8AD7E

RGB

 RED value IS 200 (78.52% from 255) = 40.08%

 GREEN value IS 173 (67.97% from 255) = 34.67%

 BLUE value IS 126 (49.61% from 255) = 25.25%

R = 40.08%
G = 34.67%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8AD7E (or 0xC8AD7E) is known color: Ecru. HEX triplet: C8, AD and 7E. RGB value is (200,173,126). Sum of RGB (Red+Green+Blue) = 200+173+126=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD7E is #375281. Grayscale: #AFAFAF. Windows color (decimal): -3625602 or 8302024. OLE color: 8302024.

HSL color Cylindrical-coordinate representation of color #C8AD7E: hue angle of 38.11º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8AD7E is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 173 126 -
CMYK 0 0.14 0.37 0.22
HSL 38.11º 0.4% 0.64% -
HSV(B) 38.11º 0.37% 0.78% -
XYZ 42.53 43.67 25.93 -
YUV 175.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 200 173 126 0 0.14 0.37 0.22 38.11 0.4 0.64
Hex C8 AD 7E 0 E 25 16 26 28 40
Octal 310 255 176 0 16 45 26 46 50 100
Binary 11001000 10101101 1111110 0 1110 100101 10110 100110 101000 1000000

Color Harmonies of #C8AD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD7E

Black with #C8AD7E

Text Example


Text Example

White with #C8AD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD7E; }

 p { color: rgb(200,173,126); }

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

background-color css

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

 a { background-color: rgb(200,173,126); }

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

border-color css

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

 span { border-color: rgb(200,173,126); }

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