#C2AD7B

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

Shades of Ecru #C2AD7B

Tints of Ecru #C2AD7B

Color information

#C2AD7B (or 0xC2AD7B) is unknown color: approx Ecru. HEX triplet: C2, AD and 7B. RGB value is (194,173,123). Sum of RGB (Red+Green+Blue) = 194+173+123=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD7B is #3D5284. Grayscale: #ADADAD. Windows color (decimal): -4018821 or 8105410. OLE color: 8105410.

HSL color Cylindrical-coordinate representation of color #C2AD7B: hue angle of 42.25º degrees, saturation: 0.37, 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 #C2AD7B is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB194173123-
CMYK00.110.370.24
HSL42.25º36.79%62.16%-
HSV(B)42.25º36.6%76.08%-
XYZ40.7742.7924.85-
YUV173.5899.46142.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 123 (48.44% from 255) = 25.10%
R=39.59%
G=35.31%
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
Decimal19417312300.110.370.2442.2536.7962.16
HexC2AD7B0B25182a253e
Octal3022551730134530524576
Binary110000101010110111110110101110010111000101010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD7B; }

 p { color: rgb(194,173,123); }

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

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

 a { background-color: rgb(194,173,123); }

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

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

 span { border-color: rgb(194,173,123); }

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