Html Css Color HEX #C0AD74 Ecru

📋 copy color: '#C0AD74'

red 192 ◦ green 173 ◦ blue 116

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

Shades of Ecru #C0AD74

Tints of Ecru #C0AD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.12%

R = 39.92%
G = 35.97%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0AD74 (or 0xC0AD74) is known color: Ecru. HEX triplet: C0, AD and 74. RGB value is (192,173,116). Sum of RGB (Red+Green+Blue) = 192+173+116=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD74 is #3F528B. Grayscale: #ACACAC. Windows color (decimal): -4149900 or 7646656. OLE color: 7646656.

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

Color convert

RGB 192 173 116 -
CMYK 0 0.10 0.40 0.25
HSL 45º 0.38% 0.6% -
HSV(B) 45º 0.4% 0.75% -
XYZ 39.83 42.35 22.6 -
YUV 172.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 192 173 116 0 0.10 0.40 0.25 45 0.38 0.6
Hex C0 AD 74 0 A 28 19 2D 26 3C
Octal 300 255 164 0 12 50 31 55 46 74
Binary 11000000 10101101 1110100 0 1010 101000 11001 101101 100110 111100

Color Harmonies of #C0AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD74

Black with #C0AD74

Text Example


Text Example

White with #C0AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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