#C2AB7F

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

Shades of Ecru #C2AB7F

Tints of Ecru #C2AB7F

Color information

#C2AB7F (or 0xC2AB7F) is unknown color: approx Ecru. HEX triplet: C2, AB and 7F. RGB value is (194,171,127). Sum of RGB (Red+Green+Blue) = 194+171+127=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB7F is #3D5480. Grayscale: #ADADAD. Windows color (decimal): -4019329 or 8367042. OLE color: 8367042.

HSL color Cylindrical-coordinate representation of color #C2AB7F: 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 #C2AB7F is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB194171127-
CMYK00.120.350.24
HSL39.4º35.45%62.94%-
HSV(B)39.4º34.54%76.08%-
XYZ40.6442.1326.07-
YUV172.86102.12143.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 127 (50% from 255) = 25.81%
R=39.43%
G=34.76%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417112700.120.350.2439.435.4562.94
HexC2AB7F0C231827233f
Octal3022531770144330474377
Binary110000101010101111111110110010001111000100111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AB7F; }

 p { color: rgb(194,171,127); }

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

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

 a { background-color: rgb(194,171,127); }

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

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

 span { border-color: rgb(194,171,127); }

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