#CAA066

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

Shades of Fallow #CAA066

Tints of Fallow #CAA066

Color information

#CAA066 (or 0xCAA066) is unknown color: approx Fallow. HEX triplet: CA, A0 and 66. RGB value is (202,160,102). Sum of RGB (Red+Green+Blue) = 202+160+102=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA066 is #355F99. Grayscale: #A6A6A6. Windows color (decimal): -3497882 or 6725834. OLE color: 6725834.

HSL color Cylindrical-coordinate representation of color #CAA066: hue angle of 34.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAA066 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202160102-
CMYK00.210.500.21
HSL34.8º48.54%59.61%-
HSV(B)34.8º49.5%79.22%-
XYZ39.3338.6617.96-
YUV165.9591.91153.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=43.53%
G=34.48%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216010200.210.500.2134.848.5459.61
HexCAA066015321523313c
Octal3122401460256225436174
Binary1100101010100000110011001010111001010101100011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA066; }

 p { color: rgb(202,160,102); }

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

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

 a { background-color: rgb(202,160,102); }

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

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

 span { border-color: rgb(202,160,102); }

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