#C5AD7B

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

Shades of Ecru #C5AD7B

Tints of Ecru #C5AD7B

Color information

#C5AD7B (or 0xC5AD7B) is unknown color: approx Ecru. HEX triplet: C5, AD and 7B. RGB value is (197,173,123). Sum of RGB (Red+Green+Blue) = 197+173+123=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD7B is #3A5284. Grayscale: #AEAEAE. Windows color (decimal): -3822213 or 8105413. OLE color: 8105413.

HSL color Cylindrical-coordinate representation of color #C5AD7B: hue angle of 40.54º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5AD7B is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB197173123-
CMYK00.120.380.23
HSL40.54º38.95%62.75%-
HSV(B)40.54º37.56%77.25%-
XYZ41.5443.1924.89-
YUV174.4898.95144.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 123 (48.44% from 255) = 24.95%
R=39.96%
G=35.09%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717312300.120.380.2340.5438.9562.75
HexC5AD7B0C261729273f
Octal3052551730144627514777
Binary110001011010110111110110110010011010111101001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AD7B; }

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

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

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

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

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

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

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

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