#CAAF7D

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

Shades of Ecru #CAAF7D

Tints of Ecru #CAAF7D

Color information

#CAAF7D (or 0xCAAF7D) is unknown color: approx Ecru. HEX triplet: CA, AF and 7D. RGB value is (202,175,125). Sum of RGB (Red+Green+Blue) = 202+175+125=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAF7D is #355082. Grayscale: #B1B1B1. Windows color (decimal): -3494019 or 8237002. OLE color: 8237002.

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

Color convert

RGB202175125-
CMYK00.130.380.21
HSL38.96º42.08%64.12%-
HSV(B)38.96º38.12%79.22%-
XYZ43.3944.725.74-
YUV177.3798.45145.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 125 (49.22% from 255) = 24.90%
R=40.24%
G=34.86%
B=24.90%

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
Decimal20217512500.130.380.2138.9642.0864.12
HexCAAF7D0D2615272a40
Octal31225717501546254752100
Binary1100101010101111111110101101100110101011001111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF7D; }

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

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

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

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

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

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

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

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