#CAAF7F

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

Shades of Ecru #CAAF7F

Tints of Ecru #CAAF7F

Color information

#CAAF7F (or 0xCAAF7F) is unknown color: approx Ecru. HEX triplet: CA, AF and 7F. RGB value is (202,175,127). Sum of RGB (Red+Green+Blue) = 202+175+127=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAF7F is #355080. Grayscale: #B1B1B1. Windows color (decimal): -3494017 or 8368074. OLE color: 8368074.

HSL color Cylindrical-coordinate representation of color #CAAF7F: hue angle of 38.4º 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 #CAAF7F is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202175127-
CMYK00.130.370.21
HSL38.4º41.44%64.51%-
HSV(B)38.4º37.13%79.22%-
XYZ43.5244.7526.42-
YUV177.699.45145.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 127 (50% from 255) = 25.20%
R=40.08%
G=34.72%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217512700.130.370.2138.441.4464.51
HexCAAF7F0D2515262941
Octal31225717701545254651101
Binary1100101010101111111111101101100101101011001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF7F; }

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

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

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

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

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

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

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

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