#C3AB80

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

Shades of Ecru #C3AB80

Tints of Ecru #C3AB80

Color information

#C3AB80 (or 0xC3AB80) is unknown color: approx Ecru. HEX triplet: C3, AB and 80. RGB value is (195,171,128). Sum of RGB (Red+Green+Blue) = 195+171+128=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AB80 is #3C547F. Grayscale: #ADADAD. Windows color (decimal): -3953792 or 8432579. OLE color: 8432579.

HSL color Cylindrical-coordinate representation of color #C3AB80: hue angle of 38.51º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3AB80 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB195171128-
CMYK00.120.340.24
HSL38.51º35.83%63.33%-
HSV(B)38.51º34.36%76.47%-
XYZ40.9642.2926.43-
YUV173.27102.45143.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=39.47%
G=34.62%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517112800.120.340.2438.5135.8363.33
HexC3AB800C221827243f
Octal3032532000144230474477
Binary1100001110101011100000000110010001011000100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AB80; }

 p { color: rgb(195,171,128); }

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

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

 a { background-color: rgb(195,171,128); }

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

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

 span { border-color: rgb(195,171,128); }

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