Html Css Color HEX #C1AE73 Ecru

📋 copy color: '#C1AE73'

red 193 ◦ green 174 ◦ blue 115

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

Shades of Ecru #C1AE73

Tints of Ecru #C1AE73

RGB

 RED value IS 193 (75.78% from 255) = 40.04%

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

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

R = 40.04%
G = 36.1%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C1AE73 (or 0xC1AE73) is known color: Ecru. HEX triplet: C1, AE and 73. RGB value is (193,174,115). Sum of RGB (Red+Green+Blue) = 193+174+115=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AE73 is #3E518C. Grayscale: #ADADAD. Windows color (decimal): -4084109 or 7581377. OLE color: 7581377.

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

Color convert

RGB 193 174 115 -
CMYK 0 0.10 0.40 0.24
HSL 45.38º 0.39% 0.6% -
HSV(B) 45.38º 0.4% 0.76% -
XYZ 40.22 42.85 22.37 -
YUV 172.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 193 174 115 0 0.10 0.40 0.24 45.38 0.39 0.6
Hex C1 AE 73 0 A 28 18 2D 27 3C
Octal 301 256 163 0 12 50 30 55 47 74
Binary 11000001 10101110 1110011 0 1010 101000 11000 101101 100111 111100

Color Harmonies of #C1AE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AE73

Black with #C1AE73

Text Example


Text Example

White with #C1AE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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