#C1AF83

Color #C1AF83 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #C1AF83

Tints of Ecru #C1AF83

Color information

#C1AF83 (or 0xC1AF83) is unknown color: approx Ecru. HEX triplet: C1, AF and 83. RGB value is (193,175,131). Sum of RGB (Red+Green+Blue) = 193+175+131=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF83 is #3E507C. Grayscale: #AFAFAF. Windows color (decimal): -4083837 or 8630209. OLE color: 8630209.

HSL color Cylindrical-coordinate representation of color #C1AF83: hue angle of 42.58º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1AF83 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB193175131-
CMYK00.090.320.24
HSL42.58º33.33%63.53%-
HSV(B)42.58º32.12%75.69%-
XYZ41.4243.6427.71-
YUV175.37102.96140.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=38.68%
G=35.07%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317513100.090.320.2442.5833.3363.53
HexC1AF830920182b2140
Octal30125720301140305341100
Binary11000001101011111000001101001100000110001010111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF83; }

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

 H1.HeaderClassName
 {
   color: #C1AF83;
 }
 .AnyTagClassName
 {
   color: #C1AF83;
 }
</style>
background-color css

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

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

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

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

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

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