Html Css Color HEX #C0AE73 Ecru

📋 copy color: '#C0AE73'

red 192 ◦ green 174 ◦ blue 115

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

Shades of Ecru #C0AE73

Tints of Ecru #C0AE73

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.17%

 BLUE value IS 115 (45.31% from 255) = 23.91%

R = 39.92%
G = 36.17%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0AE73 (or 0xC0AE73) is known color: Ecru. HEX triplet: C0, AE and 73. RGB value is (192,174,115). Sum of RGB (Red+Green+Blue) = 192+174+115=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE73 is #3F518C. Grayscale: #ACACAC. Windows color (decimal): -4149645 or 7581376. OLE color: 7581376.

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

Color convert

RGB 192 174 115 -
CMYK 0 0.09 0.40 0.25
HSL 45.97º 0.38% 0.6% -
HSV(B) 45.97º 0.4% 0.75% -
XYZ 39.97 42.72 22.36 -
YUV 172.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 192 174 115 0 0.09 0.40 0.25 45.97 0.38 0.6
Hex C0 AE 73 0 9 28 19 2E 26 3C
Octal 300 256 163 0 11 50 31 56 46 74
Binary 11000000 10101110 1110011 0 1001 101000 11001 101110 100110 111100

Color Harmonies of #C0AE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE73

Black with #C0AE73

Text Example


Text Example

White with #C0AE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE73; }

 p { color: rgb(192,174,115); }

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

background-color css

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

 a { background-color: rgb(192,174,115); }

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

border-color css

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

 span { border-color: rgb(192,174,115); }

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