#CAA36B

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

Shades of Fallow #CAA36B

Tints of Fallow #CAA36B

Color information

#CAA36B (or 0xCAA36B) is unknown color: approx Fallow. HEX triplet: CA, A3 and 6B. RGB value is (202,163,107). Sum of RGB (Red+Green+Blue) = 202+163+107=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA36B is #355C94. Grayscale: #A8A8A8. Windows color (decimal): -3497109 or 7054282. OLE color: 7054282.

HSL color Cylindrical-coordinate representation of color #CAA36B: hue angle of 35.37º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAA36B is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202163107-
CMYK00.190.470.21
HSL35.37º47.26%60.59%-
HSV(B)35.37º47.03%79.22%-
XYZ40.1139.8119.48-
YUV168.2893.42152.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 107 (42.19% from 255) = 22.67%
R=42.80%
G=34.53%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216310700.190.470.2135.3747.2660.59
HexCAA36B0132F15232f3d
Octal3122431530235725435775
Binary1100101010100011110101101001110111110101100011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA36B; }

 p { color: rgb(202,163,107); }

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

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

 a { background-color: rgb(202,163,107); }

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

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

 span { border-color: rgb(202,163,107); }

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