#CAAE7F

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

Shades of Ecru #CAAE7F

Tints of Ecru #CAAE7F

Color information

#CAAE7F (or 0xCAAE7F) is unknown color: approx Ecru. HEX triplet: CA, AE and 7F. RGB value is (202,174,127). Sum of RGB (Red+Green+Blue) = 202+174+127=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE7F is #355180. Grayscale: #B1B1B1. Windows color (decimal): -3494273 or 8367818. OLE color: 8367818.

HSL color Cylindrical-coordinate representation of color #CAAE7F: hue angle of 37.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAAE7F is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202174127-
CMYK00.140.370.21
HSL37.6º41.44%64.51%-
HSV(B)37.6º37.13%79.22%-
XYZ43.3244.3626.36-
YUV177.0199.78145.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 127 (50% from 255) = 25.25%
R=40.16%
G=34.59%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217412700.140.370.2137.641.4464.51
HexCAAE7F0E2515262941
Octal31225617701645254651101
Binary1100101010101110111111101110100101101011001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE7F; }

 p { color: rgb(202,174,127); }

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

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

 a { background-color: rgb(202,174,127); }

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

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

 span { border-color: rgb(202,174,127); }

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