#CAAF7E

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

Shades of Ecru #CAAF7E

Tints of Ecru #CAAF7E

Color information

#CAAF7E (or 0xCAAF7E) is unknown color: approx Ecru. HEX triplet: CA, AF and 7E. RGB value is (202,175,126). Sum of RGB (Red+Green+Blue) = 202+175+126=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAF7E is #355081. Grayscale: #B1B1B1. Windows color (decimal): -3494018 or 8302538. OLE color: 8302538.

HSL color Cylindrical-coordinate representation of color #CAAF7E: hue angle of 38.68º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAAF7E is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB202175126-
CMYK00.130.380.21
HSL38.68º41.76%64.31%-
HSV(B)38.68º37.62%79.22%-
XYZ43.4544.7226.08-
YUV177.4998.95145.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 126 (49.61% from 255) = 25.05%
R=40.16%
G=34.79%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217512600.130.380.2138.6841.7664.31
HexCAAF7E0D2615272a40
Octal31225717601546254752100
Binary1100101010101111111111001101100110101011001111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF7E; }

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

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

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

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

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

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

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

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