Html Css Color HEX #C8AD7D Ecru

📋 copy color: '#C8AD7D'

red 200 ◦ green 173 ◦ blue 125

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

Shades of Ecru #C8AD7D

Tints of Ecru #C8AD7D

RGB

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

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

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

R = 40.16%
G = 34.74%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8AD7D (or 0xC8AD7D) is known color: Ecru. HEX triplet: C8, AD and 7D. RGB value is (200,173,125). Sum of RGB (Red+Green+Blue) = 200+173+125=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD7D is #375282. Grayscale: #AFAFAF. Windows color (decimal): -3625603 or 8236488. OLE color: 8236488.

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

Color convert

RGB 200 173 125 -
CMYK 0 0.14 0.38 0.22
HSL 38.4º 0.41% 0.64% -
HSV(B) 38.4º 0.38% 0.78% -
XYZ 42.46 43.65 25.59 -
YUV 175.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 200 173 125 0 0.14 0.38 0.22 38.4 0.41 0.64
Hex C8 AD 7D 0 E 26 16 26 29 40
Octal 310 255 175 0 16 46 26 46 51 100
Binary 11001000 10101101 1111101 0 1110 100110 10110 100110 101001 1000000

Color Harmonies of #C8AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD7D

Black with #C8AD7D

Text Example


Text Example

White with #C8AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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