Html Css Color HEX #C1AA7E Ecru

📋 copy color: '#C1AA7E'

red 193 ◦ green 170 ◦ blue 126

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

Shades of Ecru #C1AA7E

Tints of Ecru #C1AA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.77%

R = 39.47%
G = 34.76%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1AA7E (or 0xC1AA7E) is known color: Ecru. HEX triplet: C1, AA and 7E. RGB value is (193,170,126). Sum of RGB (Red+Green+Blue) = 193+170+126=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA7E is #3E5581. Grayscale: #ACACAC. Windows color (decimal): -4085122 or 8301249. OLE color: 8301249.

HSL color Cylindrical-coordinate representation of color #C1AA7E: hue angle of 39.4º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1AA7E is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 170 126 -
CMYK 0 0.12 0.35 0.24
HSL 39.4º 0.35% 0.63% -
HSV(B) 39.4º 0.35% 0.76% -
XYZ 40.13 41.59 25.65 -
YUV 171.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 193 170 126 0 0.12 0.35 0.24 39.4 0.35 0.63
Hex C1 AA 7E 0 C 23 18 27 23 3F
Octal 301 252 176 0 14 43 30 47 43 77
Binary 11000001 10101010 1111110 0 1100 100011 11000 100111 100011 111111

Color Harmonies of #C1AA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AA7E

Black with #C1AA7E

Text Example


Text Example

White with #C1AA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AA7E; }

 p { color: rgb(193,170,126); }

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

background-color css

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

 a { background-color: rgb(193,170,126); }

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

border-color css

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

 span { border-color: rgb(193,170,126); }

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