#CAA273

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

Shades of Fallow #CAA273

Tints of Fallow #CAA273

Color information

#CAA273 (or 0xCAA273) is unknown color: approx Fallow. HEX triplet: CA, A2 and 73. RGB value is (202,162,115). Sum of RGB (Red+Green+Blue) = 202+162+115=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA273 is #355D8C. Grayscale: #A8A8A8. Windows color (decimal): -3497357 or 7578314. OLE color: 7578314.

HSL color Cylindrical-coordinate representation of color #CAA273: hue angle of 32.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAA273 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB202162115-
CMYK00.200.430.21
HSL32.41º45.08%62.16%-
HSV(B)32.41º43.07%79.22%-
XYZ40.3739.6421.74-
YUV168.697.75151.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=42.17%
G=33.82%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216211500.200.430.2132.4145.0862.16
HexCAA2730142B15202d3e
Octal3122421630245325405576
Binary1100101010100010111001101010010101110101100000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA273; }

 p { color: rgb(202,162,115); }

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

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

 a { background-color: rgb(202,162,115); }

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

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

 span { border-color: rgb(202,162,115); }

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