Html Css Color HEX #C1AF73 Ecru

📋 copy color: '#C1AF73'

red 193 ◦ green 175 ◦ blue 115

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

Shades of Ecru #C1AF73

Tints of Ecru #C1AF73

RGB

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

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

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

R = 39.96%
G = 36.23%
B = 23.81%

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

#C1AF73 (or 0xC1AF73) is known color: Ecru. HEX triplet: C1, AF and 73. RGB value is (193,175,115). Sum of RGB (Red+Green+Blue) = 193+175+115=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF73 is #3E508C. Grayscale: #ADADAD. Windows color (decimal): -4083853 or 7581633. OLE color: 7581633.

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

Color convert

RGB 193 175 115 -
CMYK 0 0.09 0.40 0.24
HSL 46.15º 0.39% 0.6% -
HSV(B) 46.15º 0.4% 0.76% -
XYZ 40.42 43.24 22.43 -
YUV 173.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 193 175 115 0 0.09 0.40 0.24 46.15 0.39 0.6
Hex C1 AF 73 0 9 28 18 2E 27 3C
Octal 301 257 163 0 11 50 30 56 47 74
Binary 11000001 10101111 1110011 0 1001 101000 11000 101110 100111 111100

Color Harmonies of #C1AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF73

Black with #C1AF73

Text Example


Text Example

White with #C1AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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