#C1AB7A

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

Shades of Ecru #C1AB7A

Tints of Ecru #C1AB7A

Color information

#C1AB7A (or 0xC1AB7A) is unknown color: approx Ecru. HEX triplet: C1, AB and 7A. RGB value is (193,171,122). Sum of RGB (Red+Green+Blue) = 193+171+122=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB7A is #3E5485. Grayscale: #ACACAC. Windows color (decimal): -4084870 or 8039361. OLE color: 8039361.

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

Color convert

RGB193171122-
CMYK00.110.370.24
HSL41.41º36.41%61.76%-
HSV(B)41.41º36.79%75.69%-
XYZ40.0741.8724.38-
YUV171.9999.79142.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.71%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 122 (48.05% from 255) = 25.10%
R=39.71%
G=35.19%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317112200.110.370.2441.4136.4161.76
HexC1AB7A0B251829243e
Octal3012531720134530514476
Binary110000011010101111110100101110010111000101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB7A; }

 p { color: rgb(193,171,122); }

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

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

 a { background-color: rgb(193,171,122); }

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

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

 span { border-color: rgb(193,171,122); }

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