Html Css Color HEX #C0AD7F Ecru

📋 copy color: '#C0AD7F'

red 192 ◦ green 173 ◦ blue 127

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

Shades of Ecru #C0AD7F

Tints of Ecru #C0AD7F

RGB

 RED value IS 192 (75.39% from 255) = 39.02%

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

 BLUE value IS 127 (50% from 255) = 25.81%

R = 39.02%
G = 35.16%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0AD7F (or 0xC0AD7F) is known color: Ecru. HEX triplet: C0, AD and 7F. RGB value is (192,173,127). Sum of RGB (Red+Green+Blue) = 192+173+127=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD7F is #3F5280. Grayscale: #ADADAD. Windows color (decimal): -4149889 or 8367552. OLE color: 8367552.

HSL color Cylindrical-coordinate representation of color #C0AD7F: hue angle of 42.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0AD7F is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 127 -
CMYK 0 0.10 0.34 0.25
HSL 42.46º 0.34% 0.63% -
HSV(B) 42.46º 0.34% 0.75% -
XYZ 40.51 42.63 26.17 -
YUV 173.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 192 173 127 0 0.10 0.34 0.25 42.46 0.34 0.63
Hex C0 AD 7F 0 A 22 19 2A 22 3F
Octal 300 255 177 0 12 42 31 52 42 77
Binary 11000000 10101101 1111111 0 1010 100010 11001 101010 100010 111111

Color Harmonies of #C0AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD7F

Black with #C0AD7F

Text Example


Text Example

White with #C0AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD7F; }

 p { color: rgb(192,173,127); }

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

background-color css

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

 a { background-color: rgb(192,173,127); }

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

border-color css

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

 span { border-color: rgb(192,173,127); }

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