Html Css Color HEX #C0AD80 Ecru

📋 copy color: '#C0AD80'

red 192 ◦ green 173 ◦ blue 128

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

Shades of Ecru #C0AD80

Tints of Ecru #C0AD80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.96%

R = 38.95%
G = 35.09%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C0AD80 (or 0xC0AD80) is known color: Ecru. HEX triplet: C0, AD and 80. RGB value is (192,173,128). Sum of RGB (Red+Green+Blue) = 192+173+128=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD80 is #3F527F. Grayscale: #ADADAD. Windows color (decimal): -4149888 or 8433088. OLE color: 8433088.

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

Color convert

RGB 192 173 128 -
CMYK 0 0.10 0.33 0.25
HSL 42.19º 0.34% 0.63% -
HSV(B) 42.19º 0.33% 0.75% -
XYZ 40.58 42.65 26.52 -
YUV 173.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 192 173 128 0 0.10 0.33 0.25 42.19 0.34 0.63
Hex C0 AD 80 0 A 21 19 2A 22 3F
Octal 300 255 200 0 12 41 31 52 42 77
Binary 11000000 10101101 10000000 0 1010 100001 11001 101010 100010 111111

Color Harmonies of #C0AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD80

Black with #C0AD80

Text Example


Text Example

White with #C0AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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