Html Css Color HEX #C1AF74 Ecru

📋 copy color: '#C1AF74'

red 193 ◦ green 175 ◦ blue 116

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

Shades of Ecru #C1AF74

Tints of Ecru #C1AF74

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.16%

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

R = 39.88%
G = 36.16%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C1AF74 (or 0xC1AF74) is known color: Ecru. HEX triplet: C1, AF and 74. RGB value is (193,175,116). Sum of RGB (Red+Green+Blue) = 193+175+116=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF74 is #3E508B. Grayscale: #ADADAD. Windows color (decimal): -4083852 or 7647169. OLE color: 7647169.

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

Color convert

RGB 193 175 116 -
CMYK 0 0.09 0.40 0.24
HSL 45.97º 0.38% 0.61% -
HSV(B) 45.97º 0.4% 0.76% -
XYZ 40.47 43.26 22.74 -
YUV 173.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 193 175 116 0 0.09 0.40 0.24 45.97 0.38 0.61
Hex C1 AF 74 0 9 28 18 2E 26 3D
Octal 301 257 164 0 11 50 30 56 46 75
Binary 11000001 10101111 1110100 0 1001 101000 11000 101110 100110 111101

Color Harmonies of #C1AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF74

Black with #C1AF74

Text Example


Text Example

White with #C1AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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