Html Css Color HEX #C0AD78 Ecru

📋 copy color: '#C0AD78'

red 192 ◦ green 173 ◦ blue 120

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

Shades of Ecru #C0AD78

Tints of Ecru #C0AD78

RGB

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

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

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

R = 39.59%
G = 35.67%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C0AD78 (or 0xC0AD78) is known color: Ecru. HEX triplet: C0, AD and 78. RGB value is (192,173,120). Sum of RGB (Red+Green+Blue) = 192+173+120=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD78 is #3F5287. Grayscale: #ACACAC. Windows color (decimal): -4149896 or 7908800. OLE color: 7908800.

HSL color Cylindrical-coordinate representation of color #C0AD78: hue angle of 44.17º 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 #C0AD78 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 120 -
CMYK 0 0.10 0.38 0.25
HSL 44.17º 0.36% 0.61% -
HSV(B) 44.17º 0.38% 0.75% -
XYZ 40.07 42.45 23.85 -
YUV 172.64 98.29 141.81 -
System Red Green Blue C M Y K H S L
Decimal 192 173 120 0 0.10 0.38 0.25 44.17 0.36 0.61
Hex C0 AD 78 0 A 26 19 2C 24 3D
Octal 300 255 170 0 12 46 31 54 44 75
Binary 11000000 10101101 1111000 0 1010 100110 11001 101100 100100 111101

Color Harmonies of #C0AD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD78

Black with #C0AD78

Text Example


Text Example

White with #C0AD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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