Html Css Color HEX #C0AA78 Ecru

📋 copy color: '#C0AA78'

red 192 ◦ green 170 ◦ blue 120

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

Shades of Ecru #C0AA78

Tints of Ecru #C0AA78

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.27%

 BLUE value IS 120 (47.27% from 255) = 24.9%

R = 39.83%
G = 35.27%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C0AA78 (or 0xC0AA78) is known color: Ecru. HEX triplet: C0, AA and 78. RGB value is (192,170,120). Sum of RGB (Red+Green+Blue) = 192+170+120=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA78 is #3F5587. Grayscale: #ABABAB. Windows color (decimal): -4150664 or 7908032. OLE color: 7908032.

HSL color Cylindrical-coordinate representation of color #C0AA78: hue angle of 41.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0AA78 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 170 120 -
CMYK 0 0.11 0.38 0.25
HSL 41.67º 0.36% 0.61% -
HSV(B) 41.67º 0.38% 0.75% -
XYZ 39.5 41.31 23.66 -
YUV 170.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 192 170 120 0 0.11 0.38 0.25 41.67 0.36 0.61
Hex C0 AA 78 0 B 26 19 2A 24 3D
Octal 300 252 170 0 13 46 31 52 44 75
Binary 11000000 10101010 1111000 0 1011 100110 11001 101010 100100 111101

Color Harmonies of #C0AA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA78

Black with #C0AA78

Text Example


Text Example

White with #C0AA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA78; }

 p { color: rgb(192,170,120); }

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

background-color css

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

 a { background-color: rgb(192,170,120); }

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

border-color css

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

 span { border-color: rgb(192,170,120); }

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