Html Css Color HEX #C1AC74 Ecru

📋 copy color: '#C1AC74'

red 193 ◦ green 172 ◦ blue 116

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

Shades of Ecru #C1AC74

Tints of Ecru #C1AC74

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.76%

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

R = 40.12%
G = 35.76%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C1AC74 (or 0xC1AC74) is known color: Ecru. HEX triplet: C1, AC and 74. RGB value is (193,172,116). Sum of RGB (Red+Green+Blue) = 193+172+116=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AC74 is #3E538B. Grayscale: #ACACAC. Windows color (decimal): -4084620 or 7646401. OLE color: 7646401.

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

Color convert

RGB 193 172 116 -
CMYK 0 0.11 0.40 0.24
HSL 43.64º 0.38% 0.61% -
HSV(B) 43.64º 0.4% 0.76% -
XYZ 39.9 42.1 22.55 -
YUV 171.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 193 172 116 0 0.11 0.40 0.24 43.64 0.38 0.61
Hex C1 AC 74 0 B 28 18 2C 26 3D
Octal 301 254 164 0 13 50 30 54 46 75
Binary 11000001 10101100 1110100 0 1011 101000 11000 101100 100110 111101

Color Harmonies of #C1AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AC74

Black with #C1AC74

Text Example


Text Example

White with #C1AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AC74; }

 p { color: rgb(193,172,116); }

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

background-color css

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

 a { background-color: rgb(193,172,116); }

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

border-color css

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

 span { border-color: rgb(193,172,116); }

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